TTMSFNCPlanner Class
Displays and edits scheduled items in day, week, month, resource, and custom planner views.
API unit family: TMSFNCPlanner
Inherits from: TTMSFNCCustomPlanner
Syntax
TTMSFNCPlanner = class(TTMSFNCCustomPlanner)
Remarks
Use the TTMSFNCPlannerItems collection to manage appointments, with TTMSFNCPlannerResources and TTMSFNCPlannerPositions to organize columns, and the drawing and editing events to customize interaction.
Properties
| Name | Description |
|---|---|
| ActiveItem | Gets or sets the active planner item. (inherited from TTMSFNCCustomPlanner) |
| Adapter | Gets or sets the adapter that loads and persists planner items. (inherited from TTMSFNCCustomPlanner) |
| BitmapContainer | Gets or sets the bitmap container used by item and HTML image rendering. (inherited from TTMSFNCCustomPlanner) |
| CustomDateTimes | Gets the custom date and time entries used by custom planner modes. (inherited from TTMSFNCCustomPlanner) |
| CustomItemEditorForm | Gets or sets the form class used for custom item editing. (inherited from TTMSFNCCustomPlanner) |
| DefaultItem | Gets or sets the template item whose values are copied to newly inserted items. (inherited from TTMSFNCCustomPlanner) |
| FullDaysAppearance | Gets or sets the appearance of full-day item areas. (inherited from TTMSFNCCustomPlanner) |
| GlobalFont | Gets or sets global font settings applied across planner text areas. (inherited from TTMSFNCCustomPlanner) |
| GridCellAppearance | Gets or sets the appearance of date and time grid cells. (inherited from TTMSFNCCustomPlanner) |
| GroupsAppearance | Gets or sets the appearance of group headers. (inherited from TTMSFNCCustomPlanner) |
| HoverItem | Gets the item currently under the pointer. (inherited from TTMSFNCCustomPlanner) |
| Interaction | Gets or sets mouse, keyboard, touch, and editing interaction options. (inherited from TTMSFNCCustomPlanner) |
| ItemEditor | Gets or sets the component that creates item editing UI. (inherited from TTMSFNCCustomPlanner) |
| ItemPopup | Gets or sets the popup menu shown for planner items. (inherited from TTMSFNCCustomPlanner) |
| ItemsAppearance | Gets or sets the default appearance for planner items. (inherited from TTMSFNCCustomPlanner) |
| Mode | Gets or sets the active planner view mode. (inherited from TTMSFNCCustomPlanner) |
| ModeSettings | Gets or sets mode-specific display settings. (inherited from TTMSFNCCustomPlanner) |
| PopupPlannerItem | Returns the item associated with the current popup menu operation. (inherited from TTMSFNCCustomPlanner) |
| Positions | Gets the position collection used by resource and custom views. (inherited from TTMSFNCCustomPlanner) |
| PositionsAppearance | Gets or sets the appearance of position headers. (inherited from TTMSFNCCustomPlanner) |
| SelectedItems | Gets the collection of currently selected planner items. (inherited from TTMSFNCCustomPlanner) |
| Selection | Gets the current cell selection range. (inherited from TTMSFNCCustomPlanner) |
| SelectionAppearance | Gets or sets the appearance of selected cells and items. (inherited from TTMSFNCCustomPlanner) |
| TimeLine | Gets or sets the timeline configuration. (inherited from TTMSFNCCustomPlanner) |
| TimeLineAppearance | Gets or sets the appearance of the timeline area. (inherited from TTMSFNCCustomPlanner) |
| ToolBarPopup | Gets or sets the popup toolbar used by planner editing commands. (inherited from TTMSFNCCustomPlanner) |
| Version | Returns the component version string. (inherited from TTMSFNCCustomPlanner) |
| ViewCol | Gets or sets the first visible column in the planner view. (inherited from TTMSFNCCustomPlanner) |
| ViewRow | Gets or sets the first visible row in the planner view. (inherited from TTMSFNCCustomPlanner) |
Methods
| Name | Description |
|---|---|
| AddItem | Adds a new planner item for the specified time range. (inherited from TTMSFNCCustomPlanner) |
| AddItemAtSelection | Adds a new item using the current selected time range. (inherited from TTMSFNCCustomPlanner) |
| AddOrUpdateItem | Adds a new item or updates an existing item in the current resource. (inherited from TTMSFNCCustomPlanner) |
| CancelEditing | Cancels the active item editing operation. (inherited from TTMSFNCCustomPlanner) |
| CellToDateTime | Converts a planner cell to its representative date and time. (inherited from TTMSFNCCustomPlanner) |
| CellToEndDateTime | Converts a planner cell to the end date and time of its interval. (inherited from TTMSFNCCustomPlanner) |
| CellToStartDatetime | Converts a planner cell to the start date and time of its interval. (inherited from TTMSFNCCustomPlanner) |
| ClearSelection | Clears the current planner selection. (inherited from TTMSFNCCustomPlanner) |
| CloseEditingDialog | Closes the active editing dialog. (inherited from TTMSFNCCustomPlanner) |
| CloseEditingDialogAndRemoveItem | Closes the active editing dialog and removes the item being inserted. (inherited from TTMSFNCCustomPlanner) |
| DateTimeToCell | Converts a date and time to a planner cell. (inherited from TTMSFNCCustomPlanner) |
| DateTimeToPosition | Converts a date and time to a visible planner position. (inherited from TTMSFNCCustomPlanner) |
| DateTimeToValue | Converts a date and time to the planner's internal numeric value. (inherited from TTMSFNCCustomPlanner) |
| DisplayEndDateTime | Returns the last date and time currently displayed by the planner. (inherited from TTMSFNCCustomPlanner) |
| DisplayStartDateTime | Returns the first date and time currently displayed by the planner. (inherited from TTMSFNCCustomPlanner) |
| Draw | Draws the planner in the specified rectangle. (inherited from TTMSFNCCustomPlanner) |
| EditItem | Starts editing the specified planner item. (inherited from TTMSFNCCustomPlanner) |
| FindFirstItem | Finds the first item in the specified time range and position. (inherited from TTMSFNCCustomPlanner) |
| FindItemLinkedTo | Finds an item linked to the specified planner item. (inherited from TTMSFNCCustomPlanner) |
| FindItemWithDBKey | Finds an item by its database key. (inherited from TTMSFNCCustomPlanner) |
| FindNextItem | Finds the next item in the specified time range and position. (inherited from TTMSFNCCustomPlanner) |
| GetContentClipRect | Returns the clipped content rectangle used for planner rendering. (inherited from TTMSFNCCustomPlanner) |
| GetContentRect | Returns the planner content rectangle. (inherited from TTMSFNCCustomPlanner) |
| GetDeleteHandler | Returns the delete-area interaction handler. (inherited from TTMSFNCCustomPlanner) |
| GetEditingDialog | Returns the editing dialog for inserting or updating an item. (inherited from TTMSFNCCustomPlanner) |
| GetEndTimeSizeHandler | Returns the end-time sizing handler. (inherited from TTMSFNCCustomPlanner) |
| GetHintPopup | Returns the popup used to display planner hints. (inherited from TTMSFNCCustomPlanner) |
| GetInplaceEditor | Returns the active inplace editor control. (inherited from TTMSFNCCustomPlanner) |
| GetStartTimeSizeHandler | Returns the start-time sizing handler. (inherited from TTMSFNCCustomPlanner) |
| HasFullDayItemPosition | Returns whether a full-day layout position contains the specified item. (inherited from TTMSFNCCustomPlanner) |
| HasItem | Returns whether an item exists in the specified time range and position. (inherited from TTMSFNCCustomPlanner) |
| InitSample | Populates the planner with sample data for design-time or demo use. (inherited from TTMSFNCCustomPlanner) |
| IsCellDisabled | Returns whether the specified cell is disabled for interaction. (inherited from TTMSFNCCustomPlanner) |
| IsCellInActive | Returns whether the specified cell is inactive. (inherited from TTMSFNCCustomPlanner) |
| IsDateTimeDisabled | Returns whether a date and time is disabled for interaction. (inherited from TTMSFNCCustomPlanner) |
| IsDateTimeInActive | Returns whether a date and time is inactive. (inherited from TTMSFNCCustomPlanner) |
| IsEditing | Returns whether an item editor is currently active. (inherited from TTMSFNCCustomPlanner) |
| IsFullDayAutoSize | Returns whether full-day item rows are automatically sized. (inherited from TTMSFNCCustomPlanner) |
| IsFullDayItem | Returns whether the specified item is a full-day item. (inherited from TTMSFNCCustomPlanner) |
| IsValidItem | Returns whether the specified item belongs to this planner and can be used safely. (inherited from TTMSFNCCustomPlanner) |
| ItemToEndCell | Returns the cell containing the end of an item. (inherited from TTMSFNCCustomPlanner) |
| ItemToStartCell | Returns the cell containing the start of an item. (inherited from TTMSFNCCustomPlanner) |
| LinkItems | Links a group of items so they can be treated as related planner entries. (inherited from TTMSFNCCustomPlanner) |
| Navigate | Scrolls the planner so the specified cell becomes visible. (inherited from TTMSFNCCustomPlanner) |
| NavigateToNextDateTime | Navigates to the next visible date and time interval. (inherited from TTMSFNCCustomPlanner) |
| NavigateToPreviousDateTime | Navigates to the previous visible date and time interval. (inherited from TTMSFNCCustomPlanner) |
| OpenEditingDialog | Opens the built-in editing dialog for inserting or updating an item. (inherited from TTMSFNCCustomPlanner) |
| PositionToDateTime | Converts a visible planner position to a date and time. (inherited from TTMSFNCCustomPlanner) |
| PositionToResource | Converts a visible planner position to a resource index. (inherited from TTMSFNCCustomPlanner) |
| ResourceToPosition | Converts a resource index to a visible planner position. (inherited from TTMSFNCCustomPlanner) |
| SelectCells | Selects the rectangular cell range between two planner cells. (inherited from TTMSFNCCustomPlanner) |
| SelectItem | Selects an item by index. (inherited from TTMSFNCCustomPlanner) |
| SelectItems | Selects multiple planner items. (inherited from TTMSFNCCustomPlanner) |
| SelectLinkedItems | Selects the items linked to the specified planner item. (inherited from TTMSFNCCustomPlanner) |
| SelectNextItem | Selects the next item relative to the active item. (inherited from TTMSFNCCustomPlanner) |
| SelectPreviousItem | Selects the previous item relative to the active item. (inherited from TTMSFNCCustomPlanner) |
| SelectedEndDateTime | Returns the end date and time of the current selection. (inherited from TTMSFNCCustomPlanner) |
| SelectedResource | Returns the resource index associated with the current selection. (inherited from TTMSFNCCustomPlanner) |
| SelectedStartDateTime | Returns the start date and time of the current selection. (inherited from TTMSFNCCustomPlanner) |
| StopEditing | Stops the active item editing operation and applies pending changes. (inherited from TTMSFNCCustomPlanner) |
| UnlinkItems | Removes links from the specified items. (inherited from TTMSFNCCustomPlanner) |
| UnselectAllItems | Clears the selected state from all planner items. (inherited from TTMSFNCCustomPlanner) |
| UnselectItem | Removes the selected state from the specified item. (inherited from TTMSFNCCustomPlanner) |
| UpdateConflicts | Recalculates normal item conflicts. (inherited from TTMSFNCCustomPlanner) |
| UpdateFullDayConflicts | Recalculates conflicts between full-day items. (inherited from TTMSFNCCustomPlanner) |
| UpdateItemsCache | Refreshes the cached item layout information. (inherited from TTMSFNCCustomPlanner) |
| UpdatePlannerCache | Refreshes the planner layout cache. (inherited from TTMSFNCCustomPlanner) |
| ValueToDateTime | Converts an internal numeric value to a date and time. (inherited from TTMSFNCCustomPlanner) |
| XYToCacheItem | Returns the cache item at the specified control coordinates. (inherited from TTMSFNCCustomPlanner) |
| XYToCell | Returns the planner cell at the specified control coordinates. (inherited from TTMSFNCCustomPlanner) |
| XYToFullDay | Returns the full-day cache item at the specified coordinate. (inherited from TTMSFNCCustomPlanner) |
| XYToFullDayItem | Returns the full-day item at the specified control coordinates. (inherited from TTMSFNCCustomPlanner) |
| XYToGroup | Returns the group cache item at the specified coordinate. (inherited from TTMSFNCCustomPlanner) |
| XYToGroupAnchor | Returns the group anchor at the specified coordinate. (inherited from TTMSFNCCustomPlanner) |
| XYToItem | Returns the item at the specified control coordinates. (inherited from TTMSFNCCustomPlanner) |
| XYToItemAnchor | Returns the item anchor at the specified coordinate. (inherited from TTMSFNCCustomPlanner) |
| XYToItemTitleAnchor | Returns the item title anchor at the specified coordinate. (inherited from TTMSFNCCustomPlanner) |
| XYToPosition | Returns the position cache item at the specified coordinate. (inherited from TTMSFNCCustomPlanner) |
| XYToPositionAnchor | Returns the position anchor at the specified coordinate. (inherited from TTMSFNCCustomPlanner) |
| XYToTime | Returns the planner time slot at the specified control coordinates. (inherited from TTMSFNCCustomPlanner) |
| XYToTimeLine | Returns the timeline cache item at the specified coordinate. (inherited from TTMSFNCCustomPlanner) |
Events
| Name | Description |
|---|---|
| OnAfterDeleteItem | Occurs after an item is deleted. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawBottomNavigationButton | Occurs after the bottom navigation button is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawCell | Occurs after a planner cell is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawCellHorizontalLine | Occurs after a horizontal grid line is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawCellVerticalLine | Occurs after a vertical grid line is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawCurrentTimeInGrid | Occurs after the current-time marker is drawn in the grid. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawCurrentTimeInTimeLine | Occurs after the current-time marker is drawn in the timeline. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawDeleteArea | Occurs after an item's delete area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawFullDay | Occurs after a full-day area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawFullDayEmptySpace | Occurs after empty space in the full-day area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawGrid | Occurs after the planner grid background is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawGroup | Occurs after a group header is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawGroupEmptySpace | Occurs after empty space in the group header area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawGroupText | Occurs after group text is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawItem | Occurs after a planner item is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawItemHelper | Occurs after an item helper marker is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawItemHelperText | Occurs after item helper text is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawItemLink | Occurs after a visual link between planner items is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawItemText | Occurs after item body text is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawItemTitle | Occurs after an item title area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawItemTitleText | Occurs after item title text is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawMoveArea | Occurs after an item's move area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawPosition | Occurs after a position header area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawPositionEmptySpace | Occurs after empty space in the position header area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawPositionText | Occurs after position text is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawSizeArea | Occurs after an item's size area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawTime | Occurs after a time slot area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawTimeLine | Occurs after the timeline area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawTimeStroke | Occurs after a time stroke is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawTimeText | Occurs after timeline text is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterDrawTopNavigationButton | Occurs after the top navigation button is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnAfterInsertItem | Occurs after an item is inserted. (inherited from TTMSFNCCustomPlanner) |
| OnAfterItemChanged | Occurs after a planner item change has been applied. (inherited from TTMSFNCCustomPlanner) |
| OnAfterMoveItem | Occurs after an item is moved. (inherited from TTMSFNCCustomPlanner) |
| OnAfterNavigateToDateTime | Occurs after navigating to a different date and time. (inherited from TTMSFNCCustomPlanner) |
| OnAfterOpenInplaceEditor | Occurs after the inplace editor opens. (inherited from TTMSFNCCustomPlanner) |
| OnAfterOpenInsertDialog | Occurs after the insert dialog opens. (inherited from TTMSFNCCustomPlanner) |
| OnAfterOpenUpdateDialog | Occurs after the update dialog opens. (inherited from TTMSFNCCustomPlanner) |
| OnAfterSelectItem | Occurs after an item is selected. (inherited from TTMSFNCCustomPlanner) |
| OnAfterSizeItem | Occurs after an item is resized. (inherited from TTMSFNCCustomPlanner) |
| OnAfterUpdateItem | Occurs after an item is updated. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDeleteItem | Occurs before an item is deleted. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawBottomNavigationButton | Occurs before the bottom navigation button is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawCell | Occurs before a planner cell is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawCellHorizontalLine | Occurs before a horizontal grid line is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawCellVerticalLine | Occurs before a vertical grid line is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawCurrentTimeInGrid | Occurs before the current-time marker is drawn in the grid. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawCurrentTimeInTimeLine | Occurs before the current-time marker is drawn in the timeline. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawDeleteArea | Occurs before an item's delete area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawFullDay | Occurs before a full-day area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawFullDayEmptySpace | Occurs before empty space in the full-day area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawGroup | Occurs before a group header is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawGroupEmptySpace | Occurs before empty space in the group header area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawGroupText | Occurs before group text is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawItem | Occurs before a planner item is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawItemHelper | Occurs before an item helper marker is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawItemHelperText | Occurs before item helper text is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawItemLink | Occurs before a visual link between planner items is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawItemText | Occurs before item body text is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawItemTitle | Occurs before an item title area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawItemTitleText | Occurs before item title text is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawMoveArea | Occurs before an item's move area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawPosition | Occurs before a position header area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawPositionEmptySpace | Occurs before empty space in the position header area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawPositionText | Occurs before position text is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawSizeArea | Occurs before an item's size area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawTime | Occurs before a time slot area is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawTimeStroke | Occurs before a time stroke is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawTimeText | Occurs before timeline text is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeDrawTopNavigationButton | Occurs before the top navigation button is drawn. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeInsertItem | Occurs before an item is inserted. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeMoveItem | Occurs before an item is moved. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeNavigateToDateTime | Occurs before navigating to a different date and time. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeOpenInplaceEditor | Occurs before the inplace editor opens. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeOpenInsertDialog | Occurs before the insert dialog opens. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeOpenUpdateDialog | Occurs before the update dialog opens. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeSelectItem | Occurs before an item is selected. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeSizeItem | Occurs before an item is resized. (inherited from TTMSFNCCustomPlanner) |
| OnBeforeUpdateItem | Occurs before an item is updated. (inherited from TTMSFNCCustomPlanner) |
| OnCloseInplaceEditor | Occurs when the inplace editor closes. (inherited from TTMSFNCCustomPlanner) |
| OnCloseInsertDialog | Occurs when the insert dialog closes. (inherited from TTMSFNCCustomPlanner) |
| OnCloseUpdateDialog | Occurs when the update dialog closes. (inherited from TTMSFNCCustomPlanner) |
| OnCustomContentPanelToItem | Occurs when custom editor content must be written back to an item. (inherited from TTMSFNCCustomPlanner) |
| OnCustomizeItemRect | Occurs when the planner item rectangle can be customized. (inherited from TTMSFNCCustomPlanner) |
| OnFullDayClick | Occurs when a full-day header is clicked. (inherited from TTMSFNCCustomPlanner) |
| OnFullDayDblClick | Occurs when a full-day header is double-clicked. (inherited from TTMSFNCCustomPlanner) |
| OnGetCustomContentPanel | Occurs when the planner needs a custom editor content panel. (inherited from TTMSFNCCustomPlanner) |
| OnGetFullDayHint | Occurs when the planner needs hint text for a full-day header. (inherited from TTMSFNCCustomPlanner) |
| OnGetGroupHint | Occurs when the planner needs hint text for a group header. (inherited from TTMSFNCCustomPlanner) |
| OnGetGroupText | Occurs when the planner needs display text for a group. (inherited from TTMSFNCCustomPlanner) |
| OnGetInplaceEditor | Occurs when the planner needs an inplace editor control. (inherited from TTMSFNCCustomPlanner) |
| OnGetItemHelperText | Occurs when the planner needs item helper text. (inherited from TTMSFNCCustomPlanner) |
| OnGetItemHint | Occurs when the planner needs hint text for an item. (inherited from TTMSFNCCustomPlanner) |
| OnGetItemText | Occurs when the planner needs body text for an item. (inherited from TTMSFNCCustomPlanner) |
| OnGetItemTitleText | Occurs when the planner needs title text for an item. (inherited from TTMSFNCCustomPlanner) |
| OnGetPositionHint | Occurs when the planner needs hint text for a position header. (inherited from TTMSFNCCustomPlanner) |
| OnGetPositionText | Occurs when the planner needs display text for a position. (inherited from TTMSFNCCustomPlanner) |
| OnGetTimeHint | Occurs when the planner needs hint text for a time value. (inherited from TTMSFNCCustomPlanner) |
| OnGetTimeText | Occurs when the planner needs display text for a time value. (inherited from TTMSFNCCustomPlanner) |
| OnGroupAnchorClick | Occurs when an anchor in a group header is clicked. (inherited from TTMSFNCCustomPlanner) |
| OnGroupClick | Occurs when a group header is clicked. (inherited from TTMSFNCCustomPlanner) |
| OnGroupDblClick | Occurs when a group header is double-clicked. (inherited from TTMSFNCCustomPlanner) |
| OnHScroll | Occurs when the planner scrolls horizontally. (inherited from TTMSFNCCustomPlanner) |
| OnHasDateTimeSub | Occurs when the planner checks whether a date and time range has sub time slots. (inherited from TTMSFNCCustomPlanner) |
| OnHoverItemChanged | Occurs when the hovered planner item changes. (inherited from TTMSFNCCustomPlanner) |
| OnInitializeCustomContentPanel | Occurs when a custom editor content panel should be initialized. (inherited from TTMSFNCCustomPlanner) |
| OnIsDateTimeDisabled | Occurs when the planner checks whether a date and time is disabled. (inherited from TTMSFNCCustomPlanner) |
| OnIsDateTimeInActive | Occurs when the planner checks whether a date and time is inactive. (inherited from TTMSFNCCustomPlanner) |
| OnIsDateTimeSub | Occurs when the planner checks whether a date and time is a sub time slot. (inherited from TTMSFNCCustomPlanner) |
| OnIsItemDeletable | Occurs when the planner checks whether an item can be deleted. (inherited from TTMSFNCCustomPlanner) |
| OnItemAnchorClick | Occurs when an anchor in item body text is clicked. (inherited from TTMSFNCCustomPlanner) |
| OnItemChanged | Occurs when a planner item changes. (inherited from TTMSFNCCustomPlanner) |
| OnItemClick | Occurs when a planner item is clicked. (inherited from TTMSFNCCustomPlanner) |
| OnItemDblClick | Occurs when a planner item is double-clicked. (inherited from TTMSFNCCustomPlanner) |
| OnItemPopupMenuPrepare | Occurs before the item popup menu is shown. (inherited from TTMSFNCCustomPlanner) |
| OnItemRightClick | Occurs when a planner item is right-clicked. (inherited from TTMSFNCCustomPlanner) |
| OnItemTitleAnchorClick | Occurs when an anchor in item title text is clicked. (inherited from TTMSFNCCustomPlanner) |
| OnItemToCustomContentPanel | Occurs when an item must populate a custom editor content panel. (inherited from TTMSFNCCustomPlanner) |
| OnMoveItem | Occurs while an item is being moved. (inherited from TTMSFNCCustomPlanner) |
| OnPositionAnchorClick | Occurs when an anchor in a position header is clicked. (inherited from TTMSFNCCustomPlanner) |
| OnPositionClick | Occurs when a position header is clicked. (inherited from TTMSFNCCustomPlanner) |
| OnPositionDblClick | Occurs when a position header is double-clicked. (inherited from TTMSFNCCustomPlanner) |
| OnSelectCell | Occurs after a cell range is selected. (inherited from TTMSFNCCustomPlanner) |
| OnSelectTime | Occurs after a time range is selected. (inherited from TTMSFNCCustomPlanner) |
| OnSelectingCell | Occurs while a cell range selection is changing. (inherited from TTMSFNCCustomPlanner) |
| OnSelectingTime | Occurs while a time range selection is changing. (inherited from TTMSFNCCustomPlanner) |
| OnSizeItem | Occurs while an item is being resized. (inherited from TTMSFNCCustomPlanner) |
| OnTimeLineClick | Occurs when the timeline area is clicked. (inherited from TTMSFNCCustomPlanner) |
| OnTimeLineDblClick | Occurs when the timeline area is double-clicked. (inherited from TTMSFNCCustomPlanner) |
| OnVScroll | Occurs when the planner scrolls vertically. (inherited from TTMSFNCCustomPlanner) |