Unit 'DBCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TDBNavigator

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

Declaration

Source position: dbctrls.pp line 1471

type TDBNavigator = class(TDBCustomNavigator)

published

  property Align: TAlign;

  

  property Alignment: TAlignment;

  

  property Anchors: TAnchors;

  

  property AutoSize: Boolean;

  

  property BidiMode: TBiDiMode;

  

  property BeforeAction: TDBNavClickEvent;

  

  property BevelInner: TPanelBevel;

  

  property BevelOuter: TPanelBevel;

  

  property BevelWidth: TBevelWidth;

  

  property BorderSpacing: TControlBorderSpacing;

  

  property BorderStyle: TBorderStyle;

  

  property BorderWidth: TBorderWidth;

  

  property Caption: TCaption;

  

  property ChildSizing: TControlChildSizing;

  

  property ClientHeight: Integer;

  

  property ClientWidth: Integer;

  

  property Color: TColor;

  

  property Constraints: TSizeConstraints;

  

  property ConfirmDelete: Boolean;

  

  property DataSource: TDataSource;

  

  property Direction: TDBNavButtonDirection;

  

  property DoubleBuffered: Boolean;

  

  property DragCursor: TCursor;

  

  property DragMode: TDragMode;

  

  property Enabled: Boolean;

  

  property Flat: Boolean;

  

  property Font: TFont;

  

  property Hints: TStrings;

  

  property Options: TDBNavigatorOptions;

  

  property ParentBidiMode: Boolean;

  

  property ParentColor: Boolean;

  

  property ParentDoubleBuffered: Boolean;

  

  property ParentFont: Boolean;

  

  property ParentShowHint: Boolean;

  

  property PopupMenu: TPopupMenu;

  

  property ShowHint: Boolean;

  

  property TabOrder: TTabOrder;

  

  property TabStop: Boolean;

  

  property Visible: Boolean;

  

  property VisibleButtons: TDBNavButtonSet;

  

  property Images: TCustomImageList;

  

  property OnClick: TDBNavClickEvent;

  

  property OnContextPopup: TContextPopupEvent;

  

  property OnDblClick: TNotifyEvent;

  

  property OnDragDrop: TDragDropEvent;

  

  property OnDragOver: TDragOverEvent;

  

  property OnEndDrag: TEndDragEvent;

  

  property OnEnter: TNotifyEvent;

  

  property OnExit: TNotifyEvent;

  

  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 OnStartDrag: TStartDragEvent;

  

end;

Inheritance

TDBNavigator

  

|

TDBCustomNavigator

  

|

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

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio