How can I execute the calendar by means of source code? by Jose Antonio | Aug 7, 2020 | JfControlsThe calendar can be executed in the following way: procedure TFrExamples1.Calendar; var ADate: TDateTime; begin ADate := Now; JfCApp.Calendar(ADate); end;