TcxSchedulerDBStorageFieldNames.GroupID Property
In This Article
Maps the GroupID property of all user events to a dataset field.
#Declaration
Delphi
property GroupID: TcxFieldName index 22 read; write;
#Property Value
Type | Description |
---|---|
Tcx |
The name of the dataset field that stores event group identifiers as integer values. |
#Remarks
Use the GroupID
property to store event group identifiers in a dataset field.
Note
Map the Group
property to an integer dataset field to improve performance.
The GroupID
property’s default value is an empty string.
See Also