ODAC

TCustomSmartQuery.DependEvents Property

Used to get or set the names of the events that dataset will depend on in SmartRefresh mode.

Class

TCustomSmartQuery

Syntax

property DependEvents: string;

Remarks

Use DependEvents property to get or set the names of the events that dataset will depend on in SmartRefresh mode. In the other words, when some TCustomsSmartQuery object receives RefreshEvent, it causes an update of every dataset that has received event name in DependEvents list, i.e. all depending datasets are updated.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback