Let TCustomSmartQuery components work in a concurrent environment.
property SmartRefresh: boolean default False;
Set SmartRefresh property to True to let TCustomSmartQuery components work in a concurrent environment. Applications which instantiate TCustomSmartQuery descendants may notify each other about their activity on a shared database and be updated each time the database gets modified.
Setting SmartRefresh property to False indicates that concurrent sessions will refresh their datasets on their own.