TForm2 = class(TTMSFNCPlannerCustomItemEditorForm) The class has an abstract method Initialize, that can be used to preset the controls based on the item settings.view plain text procedure TForm2.Initialize; begin TMSFNCDateTimePicker1.SelectedDateTime := PlannerStartTime; TMSFNCDateTimePicker...
TMSFNCPlanner1.BeginUpdate;TMSFNCPlanner1.Mode := pmCustom;dt := Int(Now);TMSFNCPlanner1.CustomDateTimes.Add(dt + EncodeTime(3, 0, 0, 0));TMSFNCPlanner1.CustomDateTimes.Add(dt + EncodeTime(7, 0, 0, 0));TMSFNCPlanner1.CustomDateTimes.Add(dt + 1 + EncodeTime(5, 0, 0, 0))...