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

TDBNavButtonDirection

Represents the orientation for buttons on a TDBNavigator control.

Declaration

Source position: dbctrls.pp line 1323

type TDBNavButtonDirection = (

  nbdHorizontal,

  

Buttons are displayed horizontally (in a row).

  nbdVertical

  

Buttons are displayed vertically (in a column).

);

Description

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.

See also

TDBCustomNavigator.Direction

  

Contains the orientation for buttons displayed on the control: horizontal or vertical.


Version 3.2 Generated 2024-02-25 Home