System.Classes.TComponent.VCLComObject

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property VCLComObject: Pointer read FVCLComObject write FVCLComObject;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
System.Classes.pas
System.Classes.hpp
System.Classes TComponent

説明

COM をサポートしているコンポーネントによって内部的に使用される情報を表します。

VCLComObject プロパティは内部でのみ使用されます。

関連項目