[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Represents the orientation for buttons on a TDBNavigator control.
Source position: dbctrls.pp line 1316
type TDBNavButtonDirection = ( |
||
nbdHorizontal, |
|
Buttons are displayed horizontally (in a row). |
nbdVertical |
|
Buttons are displayed vertically (in a column). |
); |
TDBNavButtonDirection is an enumerated type with values that control the orientation for buttons on a database navigation control. TDBNavButtonDirection is the type used to implement the Direction property in TDBCustomNavigator.
|
Contains the orientation for buttons displayed on the control: horizontal or vertical. |
lazarus-ccr.sourceforge.net |