[Overview][Classes] Reference for unit 'CustomSettings' (#mcl)

TCustomSettings

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: customsettings.pas line 30

type TCustomSettings = class(TObject)

protected

  XMLConfig: TXMLstream;

  

  procedure LoadStringList();

  

  procedure SaveStringList();

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  procedure Load; virtual; abstract;

  

  procedure Save; virtual; abstract;

  

  property FileName: String; [rw]

  

end;

Inheritance

TCustomSettings

  

|

TObject