Used to automatically open data sources when SQL statement executed
property AutoOpenSources: boolean default False;
Use the property to automatically open data sources specified in the TCustomVirtualQuery.SourceDataSets list when SQL statement executed. If AutoOpenSources is False, each data source has to be opened prior to SQL statement execution in the TVirtualQuery. If AutoOpenSources is True, data sources will be opened automatically. The default value is False;