API:Vcl.Forms.TForm.MDIChildCount

Aus RAD Studio API Documentation

Delphi

property MDIChildCount: Integer read get_MDIChildCount;

C++

__property MDIChildCount;

Eigenschaften

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

Beschreibung

Enthält die Anzahl der geöffneten untergeordneten MDI-Formulare. {{#multireplace:Vcl.Forms.TForm.MDIChildCount|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:Vcl.Forms.TCustomForm.MDIChildCount|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:Vcl.Forms.TCustomForm.MDIChildCount|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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