Skip to main content

TdxCustomDockControlProperties Members

Serves as the base for classes providing default settings for dynamically created dock controls.

Constructors

Name Description
Create(TdxDockingManager) Creates an instance of the TdxCustomDockControlProperties class.

Properties

Name Description
AllowClosing
AllowDock Specifies the default value of the AllowDock property of dynamically created dock controls.
AllowDockClients Specifies the default value of the AllowDockClients property of dynamically created dock controls.
AllowFloating Specifies the default value of the AllowFloating property of dynamically created dock controls.
Caption Specifies the default caption of dynamically created dock controls.
CaptionButtons Specifies the default value of the CaptionButtons property of dynamically created dock controls.
Color Specifies the default value of the Color property of dynamically created dock controls.
Cursor Specifies the default value of the Cursor property of dynamically created dock controls.
CustomCaptionButtons Specifies the default settings of the CustomCaptionButtons property in dynamically created dock controls.
Dockable Specifies the default value of the Dockable property of dynamically created dock controls.
Font Specifies the default value of the Font property of dynamically created dock controls.
Hint Specifies the default value of the Hint property of dynamically created dock controls.
ImageIndex Specifies the default value of the ImageIndex property of dynamically created dock controls.
ManagerColor Specifies the default value of the ManagerColor property of dynamically created dock controls.
ManagerFont Specifies the default value of the ManagerFont property of dynamically created dock controls.
PopupMenu Specifies the default value of the PopupMenu property of dynamically created dock controls.
ShowCaption Specifies the default value of the ShowCaption property of dynamically created dock controls.
ShowHint Specifies the default value of the ShowHint property of dynamically created dock controls.
Tag Specifies the default value of the Tag property of dynamically created dock controls.

Methods

Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
ToString Inherited from TObject.
See Also