[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: extctrls.pp line 1213
type TControlBar = class(TCustomControlBar) |
public |
property Canvas; |
published |
property Align; |
property Anchors; |
property AutoDock; |
property AutoDrag; |
property AutoSize; |
property BevelInner; |
property BevelOuter; |
property BevelWidth; |
property BiDiMode; |
property BorderWidth; |
property Color; |
property Constraints; |
property DockSite; |
property DragCursor; |
property DragKind; |
property DragMode; |
property Enabled; |
property ParentColor; |
property ParentFont; |
property ParentShowHint; |
property PopupMenu; |
property RowSize; |
property RowSnap; |
property ShowHint; |
property TabOrder; |
property TabStop; |
property Visible; |
property OnBandDrag; |
property OnBandInfo; |
property OnBandMove; |
property OnBandPaint; |
property OnCanResize; |
property OnClick; |
property OnConstrainedResize; |
property OnContextPopup; |
property OnDockDrop; |
property OnDockOver; |
property OnDblClick; |
property OnDragDrop; |
property OnDragOver; |
property OnEndDock; |
property OnEndDrag; |
property OnEnter; |
property OnExit; |
property OnGetSiteInfo; |
property OnMouseDown; |
property OnMouseMove; |
property OnMouseUp; |
property OnPaint; |
property OnResize; |
property OnStartDock; |
property OnStartDrag; |
property OnUnDock; |
end; |
| | ||
| | ||
|
The base class for a general container which can hold other objects. It has a customizable border and a central text. |
|
| | ||
|
The base class for windowed controls which paint themselves. |
|
| | ||
|
The base class for controls which can contain other (child) controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |