ibec_ibe_GetObjectEditorProp
The ibec_ibe_GetObjectEditorProp function returns the value of specifed object editor property.
Syntax
function ibec_ibe_GetObjectEditorProp(ObjectEditor : variant, PropertyName : string);
The following properties are available:
Following properties are available:
ALIAS | Alias of the registered database. |
CLIENTLIB | Name of the client library file specified in the Database Registration Info. |
SERVERNAME or HOSTNAME | Server name. |
FILENAME or DBNAME | Database file name. |
PASSWORD | Password specified in the database regstration info. |
USERNAME or USER_NAME or USER | User name. |
ROLENAME or ROLE_NAME or ROLE | Role name. |
NAMES or LC_CTYPE or CHARSET | Connection charset. |
CONNECTIONSTRING or CONNECTION_STRING | Connection string. |
ACTIVE or CONNECTED | Returns TRUE if the database is active and FALSE if it is not. |
back to top of page
<< ibec_ibe_GetDatabaseProp | IBEBlock | ibec_ibe_SetDatabaseProp >>