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) | |
TZFunctionsList () | |
Constructs this object. | |
~TZFunctionsList () | |
Destroys this object and cleanup the memory. | |
Protected Attributes | |
IZCollection | Functions |
Private Attributes | |
Integer | Count |
IZCollection | FFunctions |
string | Names |
Definition at line 67 of file ZFunctions.pas.
TZFunctionsList::TZFunctionsList | ( | ) |
TZFunctionsList::~TZFunctionsList | ( | ) |
TZFunctionsList::Add | ( | IZFunction | Func | ) |
Reimplemented from IZFunctionsList.
TZFunctionsList::Clear | ( | ) |
Reimplemented from IZFunctionsList.
Integer TZFunctionsList::FindByName | ( | const string | Name | ) |
Integer TZFunctionsList::GetCount | ( | ) |
Reimplemented from IZFunctionsList.
IZFunction TZFunctionsList::GetFunction | ( | Integer | Index | ) |
Reimplemented from IZFunctionsList.
string TZFunctionsList::GetName | ( | Integer | Index | ) |
Reimplemented from IZFunctionsList.
TZFunctionsList::Remove | ( | const string | Name | ) |
Reimplemented from IZFunctionsList.
Integer IZFunctionsList::Count [inherited] |
IZCollection TZFunctionsList::FFunctions [private] |
Definition at line 72 of file ZFunctions.pas.
IZCollection TZFunctionsList::Functions [protected] |
FFunctions For writing
Reimplemented from IZFunctionsList.
Definition at line 76 of file ZFunctions.pas.
string IZFunctionsList::Names [inherited] |