Vcl.WinXCalendars.TPopupCalendarView.TabIsCyclic

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function TabIsCyclic: Boolean; override;

C++

virtual bool __fastcall TabIsCyclic();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TPopupCalendarView

Description

Indicates whether the focus switches within the elements of TCalendarView or moves to other controls on the form.

Vcl.WinXCalendars.TPopupCalendarView.TabIsCyclic inherits from Vcl.WinXCalendars.TCustomCalendarView.TabIsCyclic. All content below this line refers to Vcl.WinXCalendars.TCustomCalendarView.TabIsCyclic.

Indicates whether the focus switches within the elements of TCalendarView or moves to other controls on the form.

  • If the TabIsCyclic property returns True, the next or previous element of TCalendarView becomes focused when the Tab key is pressed.
  • If the TabIsCyclic property returns False, the focus switches to next or previous control when the Tab key is pressed.

See Also