|
Add(IUserFunction)
|
Adds the specified user function to the hash table and associates it with its FunctionName property
|
|
Assign(TPersistent)
|
Overloaded. Represents method Assign(TPersistent).
|
|
Assign(TUserFunctions,Boolean)
|
Overloaded. Copies users functions from the Source to the class. The SafeAssign parameter controls whether the interpreted functions are reparsed (TRUE)
|
|
AssignInterpretedFunctions(TIList,Boolean)
|
Copies interpreted functions from the Funcs source to the class
|
|
Clear
|
Clears the table
|
|
DoAdd(Integer,Integer,TIStringHashtableKey,TUserFunctionsValue)
|
Represents method DoAdd(Integer,Integer,TIStringHashtableKey,TUserFunctionsValue).
|
|
DoSetValue(Integer,TUserFunctionsValue)
|
Represents method DoSetValue(Integer,TUserFunctionsValue).
|
|
Remove(String)
|
Removes the user function associated with the specified Key from the table and returns it. If no user function with that key exists, an exception is raised
|
|
ToString
|
Returns a syntactically correct string representation of all the user functions in the hash table
|