RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolWindow Class

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

Pascal
TToolWindow = class(TWinControl);
C++
class TToolWindow : public TWinControl;

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

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!