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