enum ListSourceType in module com::sun::star::form:: |
enum ListSourceType;
describes the kind of data source used to fill the list data of a listbox or a combobox.
Values Summary |
|
VALUELIST | filled with a stringlist of values. |
TABLE | filled with the data of a table. |
QUERY | filled with the results of a database query. |
SQL | filled with the results of a database statement. |
SQLPASSTHROUGH | filled with the results of a database statement, which is not evaluated by the database engine. |
TABLEFIELDS | filled with the field names of a database table. |
Values Details |
|||||||
|
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.