[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Contains the focusable button for the DB navigator control.
Source position: dbctrls.pp line 1396
protected TDBCustomNavigator.FocusableButtons : array [TDBNavButtonType] of TDBNavFocusableButton; |
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.
|
UpdateButtons - if the position of the buttons need to be changed, does this, then updates the status of the buttons (see ActiveChanged). |
|
|
The set of visible buttons (some of them can be suppressed if their function appears redundant). |
|
|
ActiveChanged - if datalink is active, calls DataChanged and EditingChanged. |
|
|
TDBNavButtonType. |
Version 4.0 | Generated 2025-05-03 | Home |