Profile Property (Read/Write) |
Top Previous Next |
Sets/gets the name of the current keyboard map set.
Visual Basic Syntax
TNBAidHook.Profile [= String]
Delphi Syntax
TNBAidHook.Profile [:= String];
Remarks
The default keyboard map is called "Default". You can access a collection of keyboard maps to be generated and customized through the ShowEditor method. Then you can assign a different profile using Profile property. Different profiles generated will be stored through TNBProfiles component and the physical file will be identified through KbdFile property.
See Also TNBProfiles component, SubKey and KbdKind properties and ShowEditor method.
|