FMX.Forms.TCommonCustomForm.GetActiveControl

提供:RAD Studio API Documentation

Delphi

function GetActiveControl: IControl;

C++

Fmx::Types::_di_IControl __fastcall GetActiveControl();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm


説明

アクティブ コントロールを取得します。

FActiveControl フィールド内に格納されている IControl 型のオブジェクトを取得します。

関連項目