TTMSFNCPlannerCustomItemEditor.GetCustomContentPanel Method
Called to retrieve the custom content panel for the specified item; override to return your panel.
API unit family: TMSFNCPlanner
Declaring type: TTMSFNCPlannerCustomItemEditor
Syntax
procedure GetCustomContentPanel(AItem: TTMSFNCPlannerItem; var AContentPanel: TTMSFNCPlannerEditingDialogContentPanel); virtual; abstract;
Parameters
| Name | Description |
|---|---|
AItem |
The planner item about to be edited. |
AContentPanel |
Set this to your custom content panel. |