Vcl.Forms.TForm.MDIChildCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MDIChildCount: Integer read get_MDIChildCount;

C++

__property MDIChildCount;

Properties

Type Visibility Source Unit Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TForm

Description

Specifies the number of open MDI child forms.

Vcl.Forms.TForm.MDIChildCount inherits from Vcl.Forms.TCustomForm.MDIChildCount. All content below this line refers to Vcl.Forms.TCustomForm.MDIChildCount.

Specifies the number of open MDI child forms.

Use MDIChildCount to get the number of open MDI child forms.

MDIChildCount is meaningful only if the form is an MDI parent (that is, if the form's FormStyle property is set to fsMDIForm).

See Also

Code Examples