TdxServerModeCustomDataSource Properties
The base class for server mode data sources.| Name | Description |
|---|---|
| Active | Switches the active state of the data source. |
| 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). |
| DesignInfo | Inherited from TComponent. |
| Fields | Provides access to the data source’s field list. |
| KeyFieldNames | Specifies the name(s) of the field(s) to be used as a key. |
| Name | Inherited from TComponent. |
| Observers | Inherited from TComponent. |
| Options | Specifies data source-specific options. |
| Owner | Inherited from TComponent. |
| SQLAdapter | Specifies the adapter to be used for generating database-specific SQL queries. |
| SQLAdapterClass | |
| SQLAdapterClassName | |
| Tag | Inherited from TComponent. |
| VCLComObject | Inherited from TComponent. |
See Also