Top   Module   Use   Manual   Index 
 INCLUDED SERVICES | EXPORTED INTERFACES | PROPERTIES' SUMMARY | PROPERTIES' DETAILS 

com :: sun :: star :: text :: textfield ::

service DatabaseName

Description
specifies service of text field that displayes the name of a database.
See also
com::sun::star::text::TextField


Included Services

com::sun::star::text::TextField
Description
A TextField is a TextContent which fades its textual representation into the text range to which it is anchored.

Properties' Summary

DataBaseName contains the name of the database.
DataCommandType determines the interpretation of the property DataTableName.
DataTableName contains the name of the database table, query or a statement depending on the DataCommandType property.

Properties' Details

DataBaseName
 
string DataBaseName;
Description
contains the name of the database.
DataCommandType
 
short DataCommandType;
Description
determines the interpretation of the property DataTableName.
See also
com::sun::star::sdb::CommandType
DataTableName
 
string DataTableName;
Description
contains the name of the database table, query or a statement depending on the DataCommandType property.

Top of Page