Vcl.WinXCalendars.TCustomCalendarView.SelectionCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SelectionCount: Integer read GetSelectionCount;

C++

__property int SelectionCount = {read=GetSelectionCount, nodefault};

Properties

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

Description

Specifies how many dates are selected.

See Also