Vcl.Forms.TForm.ActiveMDIChild

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ActiveMDIChild: TForm read get_ActiveMDIChild;

C++

__property ActiveMDIChild;

Eigenschaften

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

Beschreibung

Gibt an, welches untergeordnete MDI-Fenster den Fokus hat.

Vcl.Forms.TForm.ActiveMDIChild erbt von Vcl.Forms.TCustomForm.ActiveMDIChild. Der folgende Inhalt bezieht sich auf Vcl.Forms.TCustomForm.ActiveMDIChild.

Gibt an, welches untergeordnete MDI-Fenster den Fokus hat.

Mit ActiveMDIChild können Sie feststellen, welches untergeordnete MDI-Fenster aktiv ist.

Ist das Formular kein übergeordnetes MDI-Fenster (weil z.B. seine Eigenschaft FormStyle einen anderen Wert als fsMDIForm hat), gibt ActiveMDIChild den Wert nil (Delphi) bzw. NULL (C++) zurück.

Siehe auch