[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Called to create an instance of IVCLComObject
Source position: classesh.inc line 2079
var CreateVCLComObjectProc: procedure( |
Component: TComponent |
) = Nil; |
CreateVCLComObjectProc is called by TComponent if it needs to create a IVCLComObject interface for itself (when the ComObject property is read). It passes itself as the Component parameter.
|
Com automation Object interface |