FMX.Forms.TScreen.FocusControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property FocusControl: IControl read GetFocusControl;

C++

__property Fmx::Types::_di_IControl FocusControl = {read=GetFocusControl};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TScreen

Beschreibung

Gibt das Steuerelement zurück, das aktuell den Fokus hat.

Mit FocusControl können Sie das Steuerelement ermitteln, das aktuell den Fokus hat.

Siehe auch