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

TDBCustomNavigator

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

Declaration

Source position: dbctrls.pp line 1363

type TDBCustomNavigator = class(TCustomPanel)

protected

  Buttons: array [TDBNavButtonType] of TDBNavButton;

  

  FocusableButtons: array [TDBNavButtonType] of TDBNavFocusableButton;

  

  procedure DataChanged; virtual;

  

  procedure EditingChanged; virtual;

  

  procedure ActiveChanged; virtual;

  

  procedure Loaded; override;

  

  procedure Notification(); override;

  

  procedure UpdateButtons; virtual;

  

  procedure UpdateHints; virtual;

  

  procedure HintsChanged(); virtual;

  

  procedure ButtonClickHandler(); virtual;

  

  class function GetControlClassDefaultSize; override;

  

  procedure BeginUpdateButtons; virtual;

  

  procedure EndUpdateButtons; virtual;

  

  procedure SetEnabled(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure BtnClick(); virtual;

  

  function VisibleButtonCount; virtual;

  

  property BeforeAction: TDBNavClickEvent; [rw]

  

  property ConfirmDelete: Boolean; [rw]

  

  property DataSource: TDataSource; [rw]

  

  property Direction: TDBNavButtonDirection; [rw]

  

  property Flat: Boolean; [rw]

  

  property Hints: TStrings; [rw]

  

  property Options: TDBNavigatorOptions; [rw]

  

  property OnClick: TDBNavClickEvent; [rw]

  

  property VisibleButtons: TDBNavButtonSet; [rw]

  

  property ShowButtonHints: Boolean; [rw]

  

  property Images: TCustomImageList; [rw]

  

end;

Inheritance

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