[Overview][Types][Classes][Index] |
Reads a 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.
Version 4.0 | Generated 2025-05-03 | Home |