Navigation: Code Documentation > IE > InferenceEngine > Classes > TUserFunctions
TUserFunctions Properties
Name
Description
AsString
Returns a syntactically correct string representation of all the user functions in the hash table
Engine
Specifies the TInferenceEngine that this class works with
NamesToString
Returns the FunctionNames of all the user functions in the hash table. Each function name is separated by the carraige return/line feed and is ready to be assigned to a TStrings Text property
NumInterpreted
Returns the number of interpreted functions (IInterpretedFunction interface) there are in the user functions table
Top