Vcl.Bind.Navigator.TBindNavigator.Orientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Orientation: TNavigatorOrientation read GetOrientation write SetOrientation;

C++

__property Orientation;

Properties

Type Visibility Source Unit Parent
property published
Vcl.Bind.Navigator.pas
Vcl.Bind.Navigator.hpp
Vcl.Bind.Navigator TBindNavigator

Description

Specifies the orientation of this binding navigator.

Vcl.Bind.Navigator.TBindNavigator.Orientation inherits from Vcl.Bind.Navigator.TCustomBindNavigator.Orientation. All content below this line refers to Vcl.Bind.Navigator.TCustomBindNavigator.Orientation.

Specifies the orientation of this binding navigator.

Use the Orientation property to specify the orientation of this binding navigator. For more information regarding the possible values of the Orientation property, please refer to the TNavigatorOrientation topic.

See Also