[Overview][Classes][Procedures and functions][Index] Reference for unit 'Laz2_XMLCfg' (#lazutils)

TXMLConfig.GetValue

Declaration

Source position: laz2_xmlcfg.pas line 89

public function TXMLConfig.GetValue(

  const APath: string;

  const ADefault: string

):string;

function TXMLConfig.GetValue(

  const APath: string;

  ADefault: Integer

):Integer;

function TXMLConfig.GetValue(

  const APath: string;

  ADefault: Boolean

):Boolean;

procedure TXMLConfig.GetValue(

  const APath: string;

  out ARect: TRect;

  const ADefault: TRect

);

The latest version of this document can be found at lazarus-ccr.sourceforge.net.