Vcl.Forms.TCustomForm.ActiveMDIChild

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveMDIChild: TForm read get_ActiveMDIChild;

C++

__property TForm* ActiveMDIChild = {read=get_ActiveMDIChild};

Properties

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

Description

Specifies the MDI child that has focus.

Use ActiveMDIChild to get the MDI child that has focus.

If the form is not an MDI parent (that is, if the FormStyle property of the form is not fsMDIForm), ActiveMDIChild returns nil (Delphi) or NULL (C++).

See Also