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

TDBNavButton.NavStyle

Set with the style values for the navigator button.

Declaration

Source position: dbctrls.pp line 1440

public property TDBNavButton.NavStyle : TDBNavButtonStyle
  read FNavStyle
  write FNavStyle;

Description

NavStyle is a TDBNavButtonStyle property which contains the style values used for the navigator button. It contains zero or more values representing the features enabled for the button. See TDBNavButtonStyle for more information about the values in the set type and their meanings.

NavStyle is used in the TDBCustomNavigator.UpdateButtons method to enable the timer used for Previous (nbPrior) and Next (nbNext) buttons.

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

TDBNavButtonStyle

  

Controls the appearance and behavior of a navigator button.


Version 4.0 Generated 2025-05-03 Home