Vcl.ActnMenus.TCustomActionMainMenuBar.GetActiveMDIChild

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetActiveMDIChild;

C++

void __fastcall GetActiveMDIChild();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMainMenuBar

Description

Gets and restores the active MDI child.

GetActiveMDIChild is internally used to get the active MDI child form. If the MDI child form is not maximized, GetActiveMDIChild restores it.

See Also