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

TCustomPropertyStorage.ReadRect

Reads an 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.