Back to Devexpress

TcxSchedulerDBStorageFieldNames.Message Property

vcl-cxschedulerdbstorage-dot-tcxschedulerdbstoragefieldnames-4fdc9f0a.md

latest1.8 KB
Original Source

TcxSchedulerDBStorageFieldNames.Message Property

Maps the Message property of all user events to a string dataset field.

Declaration

delphi
property Message: TcxFieldName index 5 read; write;

Property Value

TypeDescription
TcxFieldName

The name of the dataset field that stores user event captions.

|

Remarks

Use the Message property to store user event messages in a dataset field.

Example

delphi
cxSchedulerDBStorage1.FieldNames.Message := mdEventMessage.FieldName;
cpp
cxSchedulerDBStorage1->FieldNames->Message = mdEventMessage->FieldName;

Note

The bound dataset field must meet the following requirements:

  • The field type is TStringField.
  • The NULL value is allowed for the field if a user event’s EventType property is set to etCustom.

The Message property’s default value is an empty string.

See Also

Applying The Recurrence Pattern

Bound Mode

TcxSchedulerDBStorageFieldNames Class

TcxSchedulerDBStorageFieldNames Members

cxSchedulerDBStorage Unit