Vcl.DBCtrls.TDBNavigatorKind
Delphi
TDBNavigatorKind = (dbnHorizontal, dbnVertical);
C++
enum DECLSPEC_DENUM TDBNavigatorKind : unsigned char { dbnHorizontal, dbnVertical };
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
enum | public | Vcl.DBCtrls.pas Vcl.DBCtrls.hpp |
Vcl.DBCtrls | Vcl.DBCtrls |
Description
TDBNavigatorKind indicates the orientation of the TDBNavigator.
The following table summarizes the possible values that TDBNavigatorKind can take:
Value | Meaning |
---|---|
dbnHorizontal |
TDBNavigator is oriented horizontally. |
dbnVertical |
TDBNavigator is oriented vertically. |