Used to specify where the TConnectDialog object should acquire the names of database instances.
property ReadAliases: boolean default False;
Use ReadAliases property to specify whether the TConnectDialog object should acquire the names of database instances from TNSNAMES.ORA configuration file found in the Oracle home directory or read them from Odac registry entries.
Set this property to False to make ODAC read aliases from registry.
The default value is False.
Note: ODAC relies on valid local Oracle home directory structure if ReadAliases property is set to True.
Description
T:Devart.Odac.Units.OdacVcl