FMX.Forms.TCommonCustomForm.GetActiveControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetActiveControl: IControl;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm


Beschreibung

Ruft das aktive Steuerelement ab.

Ruft das Objekt mit dem Typ IControl ab, das im Feld FActiveControl gespeichert ist.

Siehe auch