DesignIntf.IEventInfo Methods

From RAD Studio API Documentation
Jump to: navigation, search


InheritedProtected
AddRefpublicIncrements the reference count for this interface.
GetMethodKindpublicReturns the method type (or kind).
GetParamCountpublicReturns the number of parameters of the method.
GetParamFlagspublicReturns the flags for the parameter indicated by Index from the parameter list of the method described by the current instance.
GetParamNamepublicReturns the name of a parameter.
GetParamTypepublicReturns the type of a parameter.
GetResultTypepublicReturns a string that represents the type returned by the method described by the current instance.
QueryInterfacepublicReturns a reference to a specified interface if the object supports that interface.
ReleasepublicDecrements the reference count for this interface.
SupportspublicIndicates whether a given interface supports a specific (another) interface.