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

TDBNavButton

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

TDBNavButton implements a SpeedButton displayed on a TDBNavigator control.

Declaration

Source position: dbctrls.pp line 1423

type TDBNavButton = class(TSpeedButton)

public

  destructor Destroy; override;

  

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

  property NavStyle: TDBNavButtonStyle; [rw]

  

Set with the style values for the navigator button.

  property Index: TDBNavButtonType; [rw]

  

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

end;

Inheritance

TDBNavButton

  

TDBNavButton implements a SpeedButton displayed on a TDBNavigator control.

|

TSpeedButton

  

A Button used to represent states (checked or unchecked).

|

TCustomSpeedButton

  

The ancestor for the TSpeedButton class.

|

TGraphicControl

  

TGraphicControl is the base class for all lightweight controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components which have an associated widget.

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject


Version 3.2 Generated 2024-02-25 Home