Profile Property (Read/Write)

Top  Previous  Next

Sets or gets the name of the current keyboard map set.

 

Visual Basic Syntax

 

TNBXAidHook.Profile [= String]

 

Delphi Syntax

 

TNBXAidHook.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 TNBXProfiles control and the physical file will be identified through KbdFile property.

 

 

See Also TNBXProfiles control, SubKey and KbdKind properties and ShowEditor method.