Reads an Boolean value, stored as a string.
Source position: propertystorage.pas line 151
public function TCustomPropertyStorage.ReadBoolean( |
const Ident: string; |
DefaultValue: Boolean |
):Boolean; |
Ident |
|
Identifier for the value read in the method. |
DefaultValue |
|
Default value used when the specified identifier is not found. |
Value read in the method.