Olf.RTL.Params Unit
Classes
| TParams |
Use TParams with its class methods if you only want to manage one settings file. If you need more than 1 file to store your settings in the same project, crreate instances of TParamsFile instead of using TParams. |
| TParamsFile |
TParamsFile work as an instance of a settings file. You can have more than one instance for more than 1 settings file. |
Delegates
| TParamsCryptEvent |
Method signature for the crypt event in TParamsFile |
| TParamsCryptProc |
Procedure signature for the crypt event in TParamsFile |
| TParamsDecryptEvent |
Method signature for the decrypt event in TParamsFile |
| TParamsDecryptProc |
Procedure signature for the decrypt event in TParamsFile |
| TParamsLoadSaveEvent |
Method signature for load/save events in TParamsFile |
| TParamsLoadSaveProc |
Procedure signature for load/save events in TParamsFile |