Public Member Functions | |
Add (IZFunction Func) | |
Clear () | |
Integer | FindByName (const string Name) |
Integer | GetCount () |
IZFunction | GetFunction (Integer Index) |
string | GetName (Integer Index) |
Remove (const string Name) | |
Public Attributes | |
Integer | Count |
IZFunction | Functions |
string | Names |
Definition at line 212 of file ZExpression.pas.
IZFunctionsList::Add | ( | IZFunction | Func | ) |
Reimplemented in TZFunctionsList.
IZFunctionsList::Clear | ( | ) |
Reimplemented in TZFunctionsList.
Integer IZFunctionsList::FindByName | ( | const string | Name | ) |
Reimplemented in TZFunctionsList.
Integer IZFunctionsList::GetCount | ( | ) |
Reimplemented in TZFunctionsList.
IZFunction IZFunctionsList::GetFunction | ( | Integer | Index | ) |
Reimplemented in TZFunctionsList.
string IZFunctionsList::GetName | ( | Integer | Index | ) |
Reimplemented in TZFunctionsList.
IZFunctionsList::Remove | ( | const string | Name | ) |
Reimplemented in TZFunctionsList.
Integer IZFunctionsList::Count |
Reimplemented in TZFunctionsList.
Definition at line 253 of file ZExpression.pas.
string IZFunctionsList::Names |