JVCL Help:TJvCustomAppStorage.WriteBoolean
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvCustomAppStorage.WriteBoolean Method
[+] TJvCustomAppStorage Events
[+] TJvCustomAppStorage Fields
[+] TJvCustomAppStorage Methods
[+] TJvCustomAppStorage Properties
Search in JVCL Help
Search in all projectsSummary
Stores a Boolean value.
Pascal
procedureWriteBoolean(constPath: string; Value: Boolean);
Parameters
Parameters | Description |
const Path: string | Path (relative to the current path) where the value is to be stored. |
Value: Boolean | Value to store. |
Description
Stores a Boolean value. The value is stored as string TRUE/FALSE.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page