
|
CreateObjectComment
|
'Creates and returns an object based on the specified class'
|

|
CreateObjectFunctionName
|
'create-object'
|

|
ExecuteActionComment
|
'Executes the specified action. It returns the boolean value '+'returned by the Execute method'
|

|
ExecuteActionFunctionName
|
'execute-action'
|

|
FreeObjectComment
|
'Frees the object arguments'
|

|
FreeObjectFunctionName
|
'free-object'
|

|
GetClassComment
|
'Returns the TClass value for the specified class name. The class '+'needs to be registered first with the RegisterClass function'
|

|
GetClassFunctionName
|
'get-class'
|

|
GetComponentComment
|
'Returns the component specified by the arguments. If '+'there is only one argument, the argument is the name '+'of the component that is owned by the inference engine''s '+'owner. If there are two arguments, the first argument is '+'the component to search for the component with the same name '+'as the second argument. If there are no arguments, the '+'inference engine''s owner is returned'
|

|
GetComponentFunctionName
|
'get-component'
|

|
GetComponentsComment
|
'Returns the child components of the specified component. If no '+'is specified, then the child components of the TInferenceEngine '+'component''s owner is returned'
|

|
GetComponentsFunctionName
|
'get-components'
|

|
GetPropertiesComment
|
'Returns the property list of the specified TObject argument'
|

|
GetPropertiesFunctionName
|
'get-properties'
|

|
GetPropertyComment
|
'Returns the property value (specified by the second argument) of '+'the TObject specified by the first argument'
|

|
GetPropertyFunctionName
|
'get-property'
|

|
IsClassComment
|
'Returns TRUE if the first TObject argument IS a descendant of the '+'specified TClass second argument, FALSE otherwise'
|

|
IsClassFunctionName
|
'is-class'
|

|
SetPropertyComment
|
'Sets the property of an object to a value. The first argument '+'specifies the TObject, the second argument is the property name, '+'and the third argument is the new value. Returns TRUE if the '+'property was set or FALSE if the property doesn''t exist'
|

|
SetPropertyFunctionName
|
'set-property'
|

|
TriggerEventComment
|
'trigger-event'
|

|
TriggerEventFunctionName
|
'trigger-event'
|