Vcl.WinXCalendars.TDrawParams.Handled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Handled: Boolean read FHandled write FHandled;

C++

__property bool Handled = {read=FHandled, write=FHandled, nodefault};

Properties

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

Description

Specifies whether the user draws the calendar by him/herself.

When the Handled property is set to TRUE, a user draws the calendar item by him/herself.

See Also