Vcl.Forms.TScreen.ActiveCustomForm

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ActiveCustomForm: TCustomForm read FActiveCustomForm;

C++

__property TCustomForm* ActiveCustomForm = {read=FActiveCustomForm};

Eigenschaften

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

Beschreibung

Zeigt auf den Nachkommen von TCustomForm, der gerade den Fokus hat.

Mit ActiveCustomForm können Sie ermitteln, welches Formular oder welche Eigenschaftsseite den Eingabefokus hat. Wenn das aktive Formular ein TForm-Objekt ist, sind die Eigenschaften ActiveCustomForm und ActiveForm identisch.

Siehe auch