[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 1435

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 / 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).

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