Vcl.Forms.TCustomForm.MDIChildCount
Delphi
property MDIChildCount: Integer read get_MDIChildCount;
C++
__property int MDIChildCount = {read=get_MDIChildCount, nodefault};
Inhaltsverzeichnis
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
property | protected | Vcl.Forms.pas Vcl.Forms.hpp |
Vcl.Forms | TCustomForm |
Beschreibung
Enthält die Anzahl der geöffneten untergeordneten MDI-Formulare.
Mit MDIChildCount können Sie feststellen, wie viele untergeordnete MDI-Formulare geöffnet sind.
MDIChildCount ist nur von Bedeutung, wenn das Formular ein übergeordnetes MDI-Fenster (d.h., seine Eigenschaft FormStyle ist auf fsMDIForm gesetzt) ist.
Siehe auch
Codebeispiele