TTMSFNCPlannerItemEditorRecurrency.GetCustomContentPanel Method
Returns the recurrency editor content panel for the specified item.
API unit family: TMSFNCPlannerItemEditorRecurrency
Declaring type: TTMSFNCPlannerItemEditorRecurrency
Syntax
procedure GetCustomContentPanel(AItem: TTMSFNCPlannerItem; var AContentPanel: TTMSFNCPlannerEditingDialogContentPanel); override;
Parameters
| Name | Description |
|---|---|
AItem |
Planner item being edited. |
AContentPanel |
Receives the content panel reference used by the editing dialog. |