TnbProfiles Property (Write Only) |
Top Previous Next |
Sets the TNBProfiles component as the profile manager for this control.
Visual Basic Syntax
TNBMacro.TnbProfiles [= TNBProfiles]
Delphi Syntax
TNBMacro.TnbProfiles [:= TNBProfiles];
Remarks
After setting this property, you can save and load macros from the file pointed in TNBProfiles component. You can retrieve a specific macro by its name using the MacroName property.
See Also TNBProfiles component, SubKey and MacroName properties.
|