Vcl.ActnMenus.TCustomActionMainMenuBar.MDIChildMaximized

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MDIChildMaximized(ChildForm: TCustomForm);

C++

void __fastcall MDIChildMaximized(Vcl::Forms::TCustomForm* ChildForm);

Properties

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

Description

Sets the MDI border button when the MDI child form is maximized.

MDIChildMaximized is used to set the MDI border button when the MDI child form specified by the ChildForm parameter is maximized.

See Also