Key Property (Read/Write)

Top  Previous  Next

Sets or gets the key that will be used to store the profile.

 

Visual Basic Syntax

 

TNBProfiles.Key [= String]

 

Delphi Syntax

 

TNBProfiles.Key [:= String];

 

 

Remarks

 

If you share the file between two or more TNBProfiles components, the Key property must be different in order to store the profiles in different paths.

 

See Also FileName property.