Vcl.ToolWin.TToolWindow

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTToolWindow

Delphi

TToolWindow = class(TWinControl)

C++

class PASCALIMPLEMENTATION TToolWindow : public Vcl::Controls::TWinControl

Properties

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

Description

TToolWindow is the ancestor for windowed controls that require a custom client area and edge borders.

TToolWindow is the ancestor of the TCoolBar and TToolBar components, which facilitate the arrangement of buttons and other visual controls.

See Also