[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCoolBar

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: comctrls.pp line 2561

type TCoolBar = class(TCustomCoolBar) end;

published

  property Align: TAlign;

  property Anchors: TAnchors;

  property AutoSize: Boolean;

  property BandBorderStyle: TBorderStyle;

  property BandMaximize: TCoolBandMaximize;

  property Bands: TCoolBands;

  property BiDiMode: TBiDiMode;

  property BorderWidth: TBorderWidth;

  property Color: TColor;

  property Constraints: TSizeConstraints;

  property DockSite: Boolean;

  property DragCursor: TCursor;

  property DragKind: TDragKind;

  property DragMode: TDragMode;

  property EdgeBorders: TEdgeBorders;

  property EdgeInner: TEdgeStyle;

  property EdgeOuter: TEdgeStyle;

  property Enabled: Boolean;

  property FixedSize: Boolean;

  property FixedOrder: Boolean;

  property Font: TFont;

  property GrabStyle: TGrabStyle;

  property GrabWidth: Integer;

  property HorizontalSpacing: Integer;

  property Images: TCustomImageList;

  property ParentColor: Boolean;

  property ParentFont: Boolean;

  property ParentShowHint: Boolean;

  property Bitmap: TBitmap;

  property PopupMenu: TPopupMenu;

  property ShowHint: Boolean;

  property ShowText: Boolean;

  property Themed: Boolean;

  property Vertical: Boolean;

  property VerticalSpacing: Integer;

  property Visible: Boolean;

  property OnChange: TNotifyEvent;

  property OnClick: TNotifyEvent;

  property OnContextPopup: TContextPopupEvent;

  property OnDblClick: TNotifyEvent;

  property OnDockDrop: TDockDropEvent;

  property OnDockOver: TDockOverEvent;

  property OnDragDrop: TDragDropEvent;

  property OnDragOver: TDragOverEvent;

  property OnEndDock: TEndDragEvent;

  property OnEndDrag: TEndDragEvent;

  property OnGetSiteInfo: TGetSiteInfoEvent;

  property OnMouseDown: TMouseEvent;

  property OnMouseEnter: TNotifyEvent;

  property OnMouseLeave: TNotifyEvent;

  property OnMouseMove: TMouseMoveEvent;

  property OnMouseUp: TMouseEvent;

  property OnMouseWheel: TMouseWheelEvent;

  property OnMouseWheelDown: TMouseWheelUpDownEvent;

  property OnMouseWheelUp: TMouseWheelUpDownEvent;

  property OnResize: TNotifyEvent;

  property OnStartDock: TStartDockEvent;

  property OnStartDrag: TStartDragEvent;

  property OnUnDock: TUnDockEvent;

Inheritance

TCoolBar

|

TCustomCoolBar

|

TToolWindow

  

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

The base class for controls which can contain other (child) controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.