Skip to main content

TcxSchedulerDBStorageFieldNames.GroupID Property

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

Declaration

property GroupID: TcxFieldName index 22 read; write;

Property Value

Type Description
TcxFieldName

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 GroupID property to an integer dataset field to improve performance.

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

See Also