TConfig Class
Definition
type TConfig = class(TObject)
- Inheritance
-
TObjectTConfig
Constants
Constructors
Properties
| CustomStyleName |
Name of the custom style (by default or customized by the user) |
| DarkStyleName |
Name of the dark style (by default or customized by the user) |
| Language |
The language you should use on screen and messages |
| LicenseActivationNumber |
Activation number, given by the server if the license has been activated. |
| LicenseDeviceName |
The device name used during the license activation. Store it only to check if it's still the current one on your device. (in case the settings have been copied to an other computer) |
| LicenseEmail |
User email, given by the user with its license number when registering the software. |
| LicenseNumber |
License number, given by the user with its email address when registering the software |
| LightStyleName |
Name of the light style (by default or customized by the user) |
| RecentDocumentsCount |
Current number of recent documents |
| RecentDocumentsMaxCount |
Maximum number of recents documents |
| RecentDocuments[Integer] |
Recents documents path |
| StyleMode |
Style mode choosen by the user. |