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

TDBCustomNavigator.FocusableButtons

Contains the focusable button for the DB navigator control.

Declaration

Source position: dbctrls.pp line 1396

protected TDBCustomNavigator.FocusableButtons : array [TDBNavButtonType] of TDBNavFocusableButton;

Description

FocusableButtons is a member with an array of TDBNavFocusableButton instances for the control. The buttons are freed and created in the UpdateButtons method as needed, and contains a button for each of the values in the VisibleButtons property. Buttons in the array are accessed using the enumeration values in TDBNavButtonType.

See also

TDBCustomNavigator.UpdateButtons

  

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

TDBCustomNavigator.VisibleButtons

  

The set of visible buttons (some of them can be suppressed if their function appears redundant).

TDBCustomNavigator.ActiveChanged

  

ActiveChanged - if datalink is active, calls DataChanged and EditingChanged.

TDBNavButtonType

  

TDBNavButtonType.


Version 4.0 Generated 2025-05-03 Home