Navigation: Code Documentation > IE > IEPackages > Classes
TUserFunction Class
Represents type TUserFunction.
Namespace: IEPackages
TComponent IEPackages.TCustomUserFunction IEPackages.TUserFunction
Delphi
type TUserFunction = class(TCustomUserFunction) end;
Name
Description
Create(TComponent)
Overloaded. Initializes a new instance of the TCustomUserFunction class. (Inherited from IEPackages.TCustomUserFunction.)
Create(TComponent,TIEName)
Top
ArgumentString
Represents property ArgumentString.
Comment
Represents property Comment.
Engine
Represents property Engine.
FunctionName
Represents property FunctionName.
InnerFunction
Represents property InnerFunction. (Inherited from IEPackages.TCustomUserFunction.)
MaxArgumentCount
Represents property MaxArgumentCount.
MinArgumentCount
Represents property MinArgumentCount.
OnCall
Represents property OnCall.
Assign(TPersistent)
Represents method Assign(TPersistent). (Inherited from IEPackages.TCustomUserFunction.)
Call(IFunCall,TIEContext,IIEValue)
Represents method Call(IFunCall,TIEContext,IIEValue). (Inherited from IEPackages.TCustomUserFunction.)
Notification(TComponent,TOperation)
Represents method Notification(TComponent,TOperation). (Inherited from IEPackages.TCustomUserFunction.)
•IEPackages