Table of Contents

TTMSFNCPlannerEditingDialog Record

Internal record that groups all UI controls of the built-in item editing dialog: date/time pickers, title and text editors, full-day checkbox, resource combo box, and action buttons.

API unit family: TMSFNCPlanner

Syntax

TTMSFNCPlannerEditingDialog = record

Fields and properties

Name Type Description
Background TTMSFNCImage Image drawn behind the dialog.
BottomPanel TTMSFNCCustomControl Container holding the action buttons.
ButtonCancel TLabel Closes the dialog without applying the edits.
ButtonOK TLabel Commits the edited values to the item.
ButtonRemove TLabel Deletes the item being edited.
ContentPanel TTMSFNCPlannerEditingDialogContentPanel Panel the input controls are laid out on.
CustomContentPanel Boolean True when the content panel was supplied by the application instead of built by the control.
EndDateEdit TTMSFNCPlannerDateEdit Editor for the date the item ends.
EndTimeEdit TTMSFNCPlannerTimeEdit Editor for the time the item ends.
EndTimeLabel TLabel Caption for the end date and time editors.
FullDayCheckBox TCheckBox Marks the item as lasting the whole day, which disables the time editors.
Panel TTMSFNCCustomControl Container holding the input controls.
ResourceLabel TLabel Caption for the resource selector.
ResourcesComboBox TComboBox Selects the resource the item is assigned to.
StartDateEdit TTMSFNCPlannerDateEdit Editor for the date the item starts.
StartTimeEdit TTMSFNCPlannerTimeEdit Editor for the time the item starts.
StartTimeLabel TLabel Caption for the start date and time editors.
TextLabel TLabel Caption for the description editor.
TextMemo TMemo Editor for the item description.
TitleEdit TEdit Editor for the item title.
TitleLabel TLabel Caption for the title editor.