Skip to main content

TcxSchedulerDBStorage.UseIndexedID Property

Specifies whether the indexed user event identifier field is used.

Declaration

property UseIndexedID: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set the UseIndexedID property to True to indicate that a persistent user event identifier is indexed. Once the UseIndexedID setting is enabled, this improves performance when synchronizing the dataset content and the scheduler’s in-memory cache.

Note

This setting can be enabled if the associated dataset field is indexed.

The default value of the UseIndexedID property is False.

See Also