Public Member Functions | |
Add (IZFunction Func) | |
Clear () | |
Integer | FindByName (const string Name) |
Finds a function reference. | |
Integer | GetCount () |
IZFunction | GetFunction (Integer Index) |
string | GetName (Integer Index) |
Remove (const string Name) | |
TZDefaultFunctionsList () | |
Protected Attributes | |
IZCollection | Functions |
Definition at line 733 of file ZFunctions.pas.
TZDefaultFunctionsList::TZDefaultFunctionsList | ( | ) |
TZFunctionsList::Add | ( | IZFunction | Func | ) | [inherited] |
Reimplemented from IZFunctionsList.
TZFunctionsList::Clear | ( | ) | [inherited] |
Reimplemented from IZFunctionsList.
Integer TZFunctionsList::FindByName | ( | const string | Name | ) | [inherited] |
Integer TZFunctionsList::GetCount | ( | ) | [inherited] |
Reimplemented from IZFunctionsList.
IZFunction TZFunctionsList::GetFunction | ( | Integer | Index | ) | [inherited] |
Reimplemented from IZFunctionsList.
string TZFunctionsList::GetName | ( | Integer | Index | ) | [inherited] |
Reimplemented from IZFunctionsList.
TZFunctionsList::Remove | ( | const string | Name | ) | [inherited] |
Reimplemented from IZFunctionsList.
IZCollection TZFunctionsList::Functions [protected, inherited] |
FFunctions For writing
Reimplemented from IZFunctionsList.
Definition at line 76 of file ZFunctions.pas.