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

TXMLConfigStorage.Create

Declaration

Source position: line 0

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 = ''

);