TdxServerModeQueryDataSource Properties
The base class for query-based server mode data sources.Name | Description |
---|---|
Active | Switches the active state of the data source. Inherited from TdxServerModeCustomDataSource. |
ComObject | Inherited from TComponent. |
ComponentCount | Inherited from TComponent. |
ComponentIndex | Inherited from TComponent. |
Components | Inherited from TComponent. |
ComponentState | Inherited from TComponent. |
ComponentStyle | Inherited from TComponent. |
Connection | Specifies an object that establishes a connection to a source of data (a database). Inherited from TdxServerModeCustomDataSource. |
DesignInfo | Inherited from TComponent. |
Fields | Provides access to the data source’s field list. Inherited from TdxServerModeCustomDataSource. |
KeyFieldNames | Specifies the name(s) of the field(s) to be used as a key. Inherited from TdxServerModeCustomDataSource. |
Name | Inherited from TComponent. |
Observers | Inherited from TComponent. |
Options | Specifies data source-specific options. Inherited from TdxServerModeCustomDataSource. |
Owner | Inherited from TComponent. |
SQL | Specifies the SQL statement to be executed when querying the target database for data. |
SQLAdapter | Specifies the adapter to be used for generating database-specific SQL queries. Inherited from TdxServerModeCustomDataSource. |
SQLAdapterClass | Inherited from TdxServerModeCustomDataSource. |
SQLAdapterClassName | Inherited from TdxServerModeCustomDataSource. |
Tag | Inherited from TComponent. |
VCLComObject | Inherited from TComponent. |
See Also