Vcl.DBCGrids.TDBCtrlGrid.Orientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Orientation: TDBCtrlGridOrientation read FOrientation write SetOrientation default goVertical;

C++

__property TDBCtrlGridOrientation Orientation = {read=FOrientation, write=SetOrientation, default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbCGrids.pas
Vcl.DBCGrids.hpp
Vcl.DBCGrids TDBCtrlGrid

Description

Determines the order in which records from the dataset are displayed in the TDBCtrlGrid.

Set Orientation to goVertical (the default) to have the panels ordered in rows with a vertical scroll bar. Set Orientation to goHorizontal to arrange panels in columns with a horizontal scroll bar.

See Also