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

TXMLConfig.SetDeleteValue

Declaration

Source position: laz2_xmlcfg.pas line 95

public procedure TXMLConfig.SetDeleteValue(

  const APath: string;

  const AValue: string;

  const DefValue: string

);

procedure TXMLConfig.SetDeleteValue(

  const APath: string;

  AValue: Integer;

  DefValue: Integer

);

procedure TXMLConfig.SetDeleteValue(

  const APath: string;

  AValue: Boolean;

  DefValue: Boolean

);

procedure TXMLConfig.SetDeleteValue(

  const APath: string;

  const AValue: TRect;

  const DefValue: TRect

);

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