[Overview][Classes][Procedures and functions][Index] Reference for unit 'XMLPropStorage' (#lcl)

TXMLConfigStorage.Create

Declaration

Source position: xmlpropstorage.pas line 95

public constructor TXMLConfigStorage.Create(

  const Filename: string;

  LoadFromDisk: Boolean

); override;

constructor TXMLConfigStorage.Create(

  TheXMLConfig: TXMLConfig

);

constructor TXMLConfigStorage.Create(

  TheXMLConfig: TXMLConfig;

  const StartPath: string

);

constructor TXMLConfigStorage.Create(

  s: TStream;

  const StartPath: string = ''

);

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