FMX.Types.IRoot.Focused

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

Delphi

property Focused: IControl read GetFocused write SetFocused;

C++

__property _di_IControl Focused = {read=GetFocused, write=SetFocused};

プロパティ

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

説明

フォーカスが設定されているコントロールを示します。

SetFocused および GetFocused を実装すると、Focused プロパティの値を、設定および取得できるようになります。

関連項目