Used to get or set the names of the events that dataset will depend on in SmartRefresh mode.
property DependEvents: string;
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.