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

DBNavButtonResourceName

Default resource names for the buttons displayed in TDBCustomNavigator.

Declaration

Source position: dbctrls.pp line 1336

const DBNavButtonResourceName: array [TDBNavButtonType] of string = ('DBNavFirst', 'DBNavPrior', 'DBNavNext', 'DBNavLast', 'DBNavInsert', 'DBNavDelete', 'DBNavEdit', 'DBNavPost', 'DBNavCancel', 'DBNavRefresh');

Description

DBNavButtonResourceName is an array constant which contains the resource names used for the buttons displayed in a database navigator control. Elements in the array contain a String with the name assigned to TDBNavButton instances created in a TDBCustomNavigator control. The element also represents the default glyph displayed on the button when the Images property has not been populated for the navigator control.

Each of the String elements in the array can be accessed using a TDBNavButtonType index value.

See also

TDBCustomNavigator.Buttons

  

The list of Buttons included in the navigator tool.

TDBCustomNavigator.Images

  

Contains the images available for display on the navigator buttons.

TDBNavButton

  

TDBNavButton implements a SpeedButton displayed on a TDBNavigator control.

TDBNavButton.Index

  

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

TDBNavButtonType

  

TDBNavButtonType.

TComponent.Name


Version 3.2 Generated 2024-02-25 Home