TcxSchedulerDBStorageFieldNames.Message Property
Maps the Message property of all user events to a string dataset field.
Declaration
property Message: TcxFieldName index 5 read; write;
Property Value
| Type | Description |
|---|---|
| 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
Note
The bound dataset field must meet the following requirements:
- The field type is TStringField.
- The
NULLvalue is allowed for the field if a user event’s EventType property is set toetCustom.
The Message property’s default value is an empty string.
See Also