[Overview][Classes][Variables] Reference for unit 'ProjectDataManager' (#gui)

TProjectDataManager

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

Declaration

Source position: projectdatamanager.pas line 40

type TProjectDataManager = class(TObject)

public

  VariableMapping: TVariableMapping;

  

  constructor Create;

  

  procedure AddView();

  

  procedure RemoveView();

  

  function ColumnByLabel();

  

  function DataRowCount;

  

  function GetDataRow();

  

  function RowValueByExprName();

  

  function RowValueByLabel();

  

  function RowTypeIsData();

  

  function ColumnTypesAsString;

  

  function MasksAsString;

  

  function RowTypesAsString;

  

  procedure ColumnTypesFromString();

  

  procedure MasksFromString();

  

  procedure RowTypesFromString();

  

  procedure BeginUpdate;

  

  procedure EndUpdate;

  

  procedure SetColumnType();

  

  procedure SetFileName();

  

  procedure SetMask();

  

  procedure SetModel();

  

  procedure SetRowType();

  

  function LabelVariableLinked();

  

  procedure DeleteVariableLink();

  

  procedure MapConstant();

  

  procedure MapVariables();

  

  procedure LoadFromFile;

  

  procedure SaveToFile;

  

  property DataChanged: Boolean; [rw]

  

  property FileName: String; [rw]

  

  property Model: String; [rw]

  

end;

Inheritance

TProjectDataManager

  

|

TObject