[Overview][Types][Classes] Reference for unit 'VariableMapping' (#gui)

TVariableMapping

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

Declaration

Source position: variablemapping.pas line 42

type TVariableMapping = class(TObject)

public

  VariableList: ;

  

  Count: Integer;

  

  constructor Create;

  

  procedure Delete();

  

  procedure Add();

  

  function VariableTypeByString();

  

  function VariableType();

  

  function VariableName();

  

  function DataColumn();

  

  function ModelVariables;

  

  function ModelConstants;

  

  function LabelColumnFromExprName();

  

  function ModelVariableLinked();

  

  procedure WriteToXML();

  

  procedure ReadFromXML();

  

  property Variables: TStrings; [rw]

  

end;

Inheritance

TVariableMapping

  

|

TObject