Vcl.CaptionedDockTree

From RAD Studio API Documentation
Jump to: navigation, search


Package vcl280.bpl

Classes

TCaptionedDockTreeDefines a new appearance of the docking mechanism for components that can be docked.
TCaptionedDockTreeClassTCaptionedDockTreeClass defines the metaclass for TCaptionedDockTree.
TDockCaptionDrawerCreates an instance of TDockCaptionDrawer.
TDockCaptionDrawerClassTDockCaptionDrawerClass defines the metaclass for TDockCaptionDrawer.

Types

TDockCaptionHitTestDefines the values available for use in a hit test.
TDockCaptionOrientationDefines the values used to determine caption orientation.
TDockCaptionPinButtonThe pin button styles.
TParentFormStateStores information about the parent dock form for use in drawing the dock site.

Constants

cDockCaptionDefaultGrabberSizecDockCaptionDefaultGrabberSize: Integer = $17;
dchtCaptiondchtCaption: Integer = 1;
dchtClosedchtClose: Integer = 2;
dchtCustomdchtCustom: Integer = $A;
dchtNonedchtNone: Integer = 0;
dchtPindchtPin: Integer = 3;