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

TControlBar

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

Declaration

Source position: extctrls.pp line 1557

type TControlBar = class(TCustomControlBar) end;

public

  property Canvas: TCanvas;

published

  property Align: TAlign;

  property Anchors: TAnchors;

  property AutoDock: Boolean;

  property AutoDrag: Boolean;

  property AutoSize: Boolean;

  property BevelInner: TPanelBevel;

  property BevelOuter: TPanelBevel;

  property BevelWidth: TBevelWidth;

  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 DrawingStyle: TBandDrawingStyle;

  property Enabled: Boolean;

  property GradientDirection: TGradientDirection;

  property GradientEndColor: TColor;

  property GradientStartColor: TColor;

  property ParentColor: Boolean;

  property ParentFont: Boolean;

  property ParentShowHint: Boolean;

  property Picture: TPicture;

  property PopupMenu: TPopupMenu;

  property RowSize: TRowSize;

  property RowSnap: Boolean;

  property ShowHint: Boolean;

  property TabOrder: TTabOrder;

  property TabStop: Boolean;

  property Visible: Boolean;

  property OnBandDrag: TBandDragEvent;

  property OnBandInfo: TBandInfoEvent;

  property OnBandMove: TBandMoveEvent;

  property OnBandPaint: TBandPaintEvent;

  property OnCanResize: TCanResizeEvent;

  property OnClick: TNotifyEvent;

  property OnConstrainedResize: TConstrainedResizeEvent;

  property OnContextPopup: TContextPopupEvent;

  property OnDockDrop: TDockDropEvent;

  property OnDockOver: TDockOverEvent;

  property OnDblClick: TNotifyEvent;

  property OnDragDrop: TDragDropEvent;

  property OnDragOver: TDragOverEvent;

  property OnEndDock: TEndDragEvent;

  property OnEndDrag: TEndDragEvent;

  property OnEnter: TNotifyEvent;

  property OnExit: TNotifyEvent;

  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 OnPaint: TNotifyEvent;

  property OnResize: TNotifyEvent;

  property OnStartDock: TStartDockEvent;

  property OnStartDrag: TStartDragEvent;

  property OnUnDock: TUnDockEvent;

Inheritance

TControlBar

|

TCustomControlBar

|

TCustomPanel

  

The base class for a general container which can hold other objects. It has a customizable border and a central text.

|

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.