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

TCustomPropertyStorage.ReadString

Reads an String value from the RootSection.

Declaration

Source position: propertystorage.pas line 152

public function TCustomPropertyStorage.ReadString(

  const Ident: string;

  const DefaultValue: string

):string;

Arguments

Ident

  

Identifier for the value read in the method.

DefaultValue

  

Default value used when the specified identifier is not found.

Function result

String value read in the method.