[Overview][Types][Classes][Index] Reference for unit 'PropertyStorage' (#lcl)

TCustomPropertyStorage.ReadRect

Reads a TRect instance stored as a String value.

Declaration

Source position: propertystorage.pas line 154

public procedure TCustomPropertyStorage.ReadRect(

  const Ident: string;

  out ARect: TRect;

  const Default: TRect

);

Arguments

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