TcxSchedulerDBStorageFieldNames.Caption Property
In This Article
Maps the Caption property of all user events to a string dataset field.
#Declaration
Delphi
property Caption: TcxFieldName index 0 read; write;
#Property Value
Type | Description |
---|---|
Tcx |
The name of the dataset field that stores user event captions. |
#Remarks
Use the Caption
property to store user event captions in a string dataset field.
#Example
Note
The bound dataset field must meet the following requirements:
- The field type is TInteger
Field . - The
NULL
value is allowed for the field if a user event’s EventType property is set toet
.Custom
The Caption
property’s default value is an empty string.
See Also