Vcl.WinXCalendars.TCalendarViewInfoBase.TabOrder

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TabOrder: Integer read GetTabOrder;

C++

__property int TabOrder = {read=GetTabOrder, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarViewInfoBase

Description

Specifies the sequential number of the item that is to be focused.

The sequential number of the focused item is 0, the next one to be focused 1, then 2, and so on.

When the TabOrder is less than or equal to -1, the item cannot be focused.

See Also