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

TXMLConfig.SetValue

Declaration

Source position: laz2_xmlcfg.pas line 94

public procedure TXMLConfig.SetValue(

  const APath: string;

  const AValue: string

);

procedure TXMLConfig.SetValue(

  const APath: string;

  AValue: Integer

);

procedure TXMLConfig.SetValue(

  const APath: string;

  AValue: Boolean

);

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