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

TDBNavFocusableButton.Index

Indicates the navigation button type for the button.

Declaration

Source position: dbctrls.pp line 1452

public property TDBNavFocusableButton.Index : TDBNavButtonType
  read FIndex
  write FIndex;

Description

Index is an TDBNavButtonType value which indicates both the navigation button type for the button, and its ordinal position in the Buttons displayed for a TDBCustomNavigator or TDBNavigator control. The value for the property is assigned when the button is created in the UpdateButtons for the TDBCustomNavigator control.

See also

TDBNavButtonType

  

TDBNavButtonType.

TDBCustomNavigator.UpdateButtons

  

UpdateButtons - if the position of the buttons need to be changed, does this, then updates the status of the buttons (see ActiveChanged).


Version 4.0 Generated 2025-05-03 Home