Public Member Functions | |
TZVariant | Execute (TZExecutionStack Stack, IZVariantManager VariantManager) |
string | GetName () |
TZLogFunction () | |
Public Attributes | |
string | Name |
Protected Member Functions | |
Integer | CheckParamsCount (TZExecutionStack Stack, Integer ExpectedCount) |
Protected Attributes | |
string | FName |
Definition at line 542 of file ZFunctions.pas.
TZLogFunction::TZLogFunction | ( | ) |
Integer TZAbstractFunction::CheckParamsCount | ( | TZExecutionStack | Stack, | |
Integer | ExpectedCount | |||
) | [protected, inherited] |
TZVariant TZLogFunction::Execute | ( | TZExecutionStack | Stack, | |
IZVariantManager | VariantManager | |||
) |
Reimplemented from TZAbstractFunction.
string TZAbstractFunction::GetName | ( | ) | [inherited] |
Reimplemented from IZFunction.
string TZAbstractFunction::FName [protected, inherited] |
Definition at line 123 of file ZFunctions.pas.
string TZAbstractFunction::Name [inherited] |
Reimplemented from IZFunction.
Definition at line 139 of file ZFunctions.pas.