TcxSchedulerDBStorageFieldNames.EventType Property
In This Article
Maps the EventType property of all user events to an integer dataset field.
#Declaration
Delphi
property EventType: TcxFieldName index 1 read; write;
#Property Value
Type | Description |
---|---|
Tcx |
The name of the dataset field that stores event types as integer values. |
#Remarks
Use the EventType
property to store event types as integer values in a dataset field.
#Example
Note
You need to bind the Event
property to the corresponding dataset field to be able to store user events in a data-aware scheduler storage component. The bound dataset field’s type must be TInteger
The EventType
property’s default value is an empty string.
See Also