Vcl.Bind.Navigator.TNavigatorOrientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TNavigatorOrientation = (orHorizontal, orVertical);

C++

enum DECLSPEC_DENUM TNavigatorOrientation : unsigned char { orHorizontal, orVertical };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Bind.Navigator.pas
Vcl.Bind.Navigator.hpp
Vcl.Bind.Navigator Vcl.Bind.Navigator

Description

Enumeration of possible orientations of a TCustomBindNavigator descendant.

The following table lists the possible orientations this binding navigator can have.

Value Purpose

orHorizontal

Sets the orientation of the bind navigator to horizontal.

orVertical

Sets the orientation of the bind navigator to vertical.

See Also