Vcl.WinXCalendars.TCalendarViewInfoBase.Highlighted

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Highlighted: Boolean read FHighlighted write FHighlighted;

C++

__property bool Highlighted = {read=FHighlighted, write=FHighlighted, nodefault};

Properties

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

Description

Indicates whether the item is highlighted.

The item is highlighted when you point at it.

See Also