Vcl.Forms.TCustomForm.ActiveMDIChild

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ActiveMDIChild: TForm read get_ActiveMDIChild;

C++

__property TForm* ActiveMDIChild = {read=get_ActiveMDIChild};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Beschreibung

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