TTMSFNCPlannerCustomItemEditor.CustomContentPanelToItem Method
Called when the dialog is accepted; override to read values from the custom content panel back into AItem.
API unit family: TMSFNCPlanner
Declaring type: TTMSFNCPlannerCustomItemEditor
Syntax
procedure CustomContentPanelToItem(AContentPanel: TTMSFNCPlannerEditingDialogContentPanel; AItem: TTMSFNCPlannerItem); virtual; abstract;
Parameters
| Name | Description |
|---|---|
AContentPanel |
The custom content panel to read values from. |
AItem |
The planner item to update. |