[Overview][Resource strings][Constants][Types][Classes][Variables] Reference for unit 'ProjectFileIntf' (#mcl)

TProjectFileIntf

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

Declaration

Source position: projectfileintf.pas line 35

type TProjectFileIntf = class(TObject)

public

  StringDataXML: TXMLstream;

  

  MetaXML: TXMLstream;

  

  RegressionXML: TXMLstream;

  

  constructor Create;

  

  destructor Destroy; override;

  

  property Active: Boolean; [rw]

  

  property Changed: Boolean; [rw]

  

  property ColumnTypes: String; [rw]

  

  property FileName: String; [rw]

  

  property FileSize: Int64; [r]

  

  property Masks: String; [rw]

  

  property Model: String; [rw]

  

  property RowTypes: String; [rw]

  

  property StringData: String; [rw]

  

  property VariableMapping: String; [rw]

  

  procedure Activate;

  

  procedure ChangeFileName();

  

  procedure Save;

  

  procedure SaveStream();

  

  procedure LoadStream();

  

  function AsStream();

  

  property OnSave: TSaveEvent; [rw]

  

end;

Inheritance

TProjectFileIntf

  

|

TObject