Table of Contents

TTMSFNCPlannerResource Class

Represents a single resource (row in day view or column in resource view) to which planner appointments can be assigned, identified by a name and display text.

API unit family: TMSFNCPlannerData Inherits from: TCollectionItem

Syntax

TTMSFNCPlannerResource = class(TCollectionItem)

Properties

Name Description
DBKey Database key string used by database adapters to correlate this resource with an external record.
DataBoolean Arbitrary Boolean for associating application-defined state with this resource; True has only the meaning assigned by the application.
DataInteger Arbitrary integer for associating application-defined numeric data with this resource.
DataObject Arbitrary object reference for associating application-defined data with this resource.
DataPointer Arbitrary pointer for associating application-defined data with this resource.
DataString Arbitrary string for associating application-defined text data with this resource.
Hint Tooltip text shown when the user hovers over this resource header.
Name Internal identifier name of the resource used to look it up programmatically via FindResourceByName.
Tag Integer tag for associating application-defined numeric data with this resource.
Text Display label rendered in the resource header row or column of the planner.

Methods

Name Description
Planner Returns the planner data instance that owns this resource collection.