[Overview][Types][Classes][Index] |
Reads a TRect instance stored as a String value.
Source position: propertystorage.pas line 154
public procedure TCustomPropertyStorage.ReadRect( |
const Ident: string; |
out ARect: TRect; |
const Default: TRect |
); |
Ident |
|
Identifier for the value read in the method. |
ARect |
|
TRect instance where the value is stored. |
Default |
|
Default value used when the specified identifier is not found. |
Version 4.0 | Generated 2025-05-03 | Home |