CreateVCLComObjectProc

Called to create an instance of IVCLComObject

Declaration

Source position: classesh.inc line 2357

var
  CreateVCLComObjectProc : procedure(Component: TComponent) = Nil;

Description

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.

See also

Name Description
IVCLComObject Com automation Object interface