See full description - Store data in the license file
Name |
ExistsConfig |
||||||||
Purpose |
Checks if the ID with the specified name exists in the data area |
||||||||
Params |
|
||||||||
Returncode |
|
||||||||
Usage |
Use to check if that ID already exists in the data area of the license file |
||||||||
Sample |
bOk := lic.ExistsConfig(‘DBPassword’); if bOk then begin << use the information >> ... end else begin ... |
||||||||
See also |
Store data, SetConfig, GetConfig, DeleteConfig, IsConfigVisible |