Vcl.StdActns.TWindowTileHorizontal

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdActns.TWindowActionVcl.ActnList.TActionVcl.ActnList.TCustomActionSystem.Actions.TContainedActionSystem.Classes.TBasicActionSystem.Classes.TComponentSystem.Classes.TPersistentTWindowTileHorizontal

Delphi

TWindowTileHorizontal = class(TWindowAction)

C++

class PASCALIMPLEMENTATION TWindowTileHorizontal : public TWindowAction

Properties

Type Visibility Source Unit Parent
class public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns Vcl.StdActns

Description

TWindowTileHorizontal arranges MDI child forms so that they are all the same size, tiled horizontally.

Add TWindowTileHorizontal to an action list to allow users to tile the MDI child forms horizontally. Controls such as menu items and tool buttons linked to this action cause the MDI parent form to tile its children horizontally.

TWindowTileHorizontal is designed to work with an MDI parent form as a target. It automatically disables itself if the active form is not an MDI parent or if it has no MDI children.

See Also