FMX.Types.TCustomCaret.Owner

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

Delphi

property Owner: TFMXObject read FOwner;

C++

__property TFmxObject* Owner = {read=FOwner};

プロパティ

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

説明

現在の TCustomCaret オブジェクトの所有者。

現在の TCustomCaret オブジェクトの Owner は、オブジェクトの Create コンストラクタ内で指定されます。

関連項目