Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TPlannerRangeSelector
This code snippet shows how to programmatically adding events to the calendar or datepicker

with plannercalendar1.Events.Add do
begin
  date := EncodeDate(2005,2,14);
  hint := 'Valentine';
  shape := evsCircle;
  color := clRed;
end;