Vcl.Samples.Calendar.TCalendar.ReadOnly
Delphi
property ReadOnly: Boolean read FReadOnly write FReadOnly default False;
C++
__property bool ReadOnly = {read=FReadOnly, write=FReadOnly, default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.Samples.Calendar.pas Vcl.Samples.Calendar.hpp |
Vcl.Samples.Calendar | TCalendar |
Description
Specifies whether you can cycle with the mouse through the dates the calendar displays.
The ReadOnly property specifies whether you can cycle with the mouse through the dates the calendar displays. If ReadOnly is set to True, you cannot alter with the mouse the current date the calendar displays.