Vcl.WinXCalendars.TCalendarViewInfoBase.Focused

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Focused: Boolean read FFocused write FFocused;

C++

__property bool Focused = {read=FFocused, write=FFocused, nodefault};

Properties

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

Description

Specifies whether the focus will be drawn on the item.

Focused works altogether with the TCustomCalendarView.FlastFocusedItemIndex.

The item can be focused if the TabOrder is greater than or equal to 0.

See Also