IBX.IBDatabaseInfo.TIBDatabaseInfo.UserNames
Delphi
property UserNames: TStringList read GetUserNames;
C++
__property System::Classes::TStringList* UserNames = {read=GetUserNames};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | public | IBX.IBDatabaseInfo.pas IBX.IBDatabaseInfo.hpp  | 
        IBX.IBDatabaseInfo | TIBDatabaseInfo | 
Description
Returns the names of all users currently attached to the database.
Use UserNames to return the names of all users currently attached to the database.