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

TDBNavButton

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

TDBNavButton - one of the SpeedButtons on a TDBNavigator tool

Declaration

Source position: dbctrls.pp line 1198

type TDBNavButton = class(TSpeedButton)

public

  destructor Destroy; override;

  

Destroy - destructor for TCustomSpeedButton: frees Glyph then calls inherited Destroy

  property NavStyle: TDBNavButtonStyle; [rw]

  

NavStyle - the style of Navigator Button

  property Index: TDBNavButtonType; [rw]

  

Index - the value from the enumerated type that specifies which button is being selected

end;

Inheritance

TDBNavButton

  

TDBNavButton - one of the SpeedButtons on a TDBNavigator tool

|

TSpeedButton

  

A Button used to represent states (checked or not, etc)

|

TCustomSpeedButton

  

The ancestor class for TSpeedButton

|

TGraphicControl

  

TGraphicControl is the base class for all lightweight controls.

|

TControl

|

TLCLComponent

  

TLCLComponent - base class for LCL components

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent

|

TObject

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