Public Member Functions | |
Add (const string Name, const TZVariant Value) | |
Clear () | |
ClearValues () | |
Integer | FindByName (const string Name) |
Integer | GetCount () |
string | GetName (Integer Index) |
TZVariant | GetValue (Integer Index) |
TZVariant | GetValueByName (const string Name) |
Remove (const string Name) | |
SetValue (Integer Index, const TZVariant Value) | |
SetValueByName (const string Name, const TZVariant Value) | |
Public Attributes | |
Integer | Count |
TZVariant | NamedValues |
string | Names |
TZVariant | Values |
Definition at line 120 of file ZExpression.pas.
IZVariablesList::Add | ( | const string | Name, | |
const TZVariant | Value | |||
) |
Reimplemented in TZVariablesList.
IZVariablesList::Clear | ( | ) |
Reimplemented in TZVariablesList.
IZVariablesList::ClearValues | ( | ) |
Reimplemented in TZVariablesList.
Integer IZVariablesList::FindByName | ( | const string | Name | ) |
Reimplemented in TZVariablesList.
Integer IZVariablesList::GetCount | ( | ) |
Reimplemented in TZVariablesList.
string IZVariablesList::GetName | ( | Integer | Index | ) |
Reimplemented in TZVariablesList.
TZVariant IZVariablesList::GetValue | ( | Integer | Index | ) |
Reimplemented in TZVariablesList.
TZVariant IZVariablesList::GetValueByName | ( | const string | Name | ) |
Reimplemented in TZVariablesList.
IZVariablesList::Remove | ( | const string | Name | ) |
Reimplemented in TZVariablesList.
IZVariablesList::SetValue | ( | Integer | Index, | |
const TZVariant | Value | |||
) |
Reimplemented in TZVariablesList.
IZVariablesList::SetValueByName | ( | const string | Name, | |
const TZVariant | Value | |||
) |
Reimplemented in TZVariablesList.
Integer IZVariablesList::Count |
SetValueByName For writing
Definition at line 184 of file ZExpression.pas.
string IZVariablesList::Names |