[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Controls the appearance and behavior of a navigator button.
Source position: dbctrls.pp line 1332
type TDBNavButtonStyle = set of ( |
||
nsAllowTimer, |
|
Enables use of a timer for the operation performed by a navigator button. |
nsFocusRect |
|
Allows the button to be drawn with a focus rectangle. |
); |
TDBNavButtonStyle is an set type used to store information which controls the appearance and behavior for a button on a navigation control. TDBNavButtonStyle is the type used to implement the NavStyle property in TDBNavButton.
Remark: | These style options are not used in the current implementation of the LCL. |
|
Set with the style values for the navigator button. |
Version 4.0 | Generated 2025-05-03 | Home |