From the User's Guide:
function OracleAliasList: TStringList;
Returns a TStringList instance with database aliases as defined in the tnsnames.ora file. Don't free this list, it is used internally by the TOracleSession.LogonDatabase property and the TOracleLogon dialog. This function first initializes OCI by calling InitOCI, because it needs to know if Net8 is used.