IBX.IBDatabase.TIBDatabase.CheckDatabaseName
Delphi
procedure CheckDatabaseName;
C++
void __fastcall CheckDatabaseName();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | IBX.IBDatabase.pas IBX.IBDatabase.hpp |
IBX.IBDatabase | TIBDatabase |
Description
Checks to see if the DatabaseName property is not empty.
Call CheckDatabaseName to determine whether the DatabaseName property is empty. If the DatabaseName is empty, an ibxeDatabaseNameMissing exception is raised.