FMX.Types.TCustomCaret.Control

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

Delphi

property Control: IControl read FIControl;

C++

__property _di_IControl Control = {read=FIControl};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomCaret

説明

IControl インターフェイスをサポートするオブジェクトへの参照を保持します。

Create コンストラクタは、TCustomCaret オブジェクトが作成された際に、この参照を取得し Control プロパティを初期化します。Create コンストラクタは、この参照を、Create への呼び出しの中で、AOwner パラメータで指定される TCustomCaret オブジェクトの所有者から取得します。

関連項目