System.Classes.TComponent.VCLComObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property VCLComObject: Pointer read FVCLComObject write FVCLComObject;

C++

__property void * VCLComObject = {read=FVCLComObject, write=FVCLComObject};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TComponent

Description

Represents information used internally by components that support COM.

VCLComObject is for internal use only.

See Also