[Overview][Types][Classes] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | ||
TObject |