[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Classes' (#rtl)

CreateVCLComObjectProc

Called to create an instance of IVCLComObject

Declaration

Source position: classesh.inc line 1899

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

IVCLComObject

  

Com automation Object interface

The latest version of this document can be found at lazarus-ccr.sourceforge.net.