Vcl.Forms.TCustomForm.MDIChildCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MDIChildCount: Integer read get_MDIChildCount;

C++

__property int MDIChildCount = {read=get_MDIChildCount, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Description

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