Skip to main content

TdxServerModeDataSource Properties

The base class for table-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.
ReadOnly Controls if data editing is allowed within the data source.
SQLAdapter Specifies the adapter to be used for generating database-specific SQL queries. Inherited from TdxServerModeCustomDataSource.
SQLAdapterClass Inherited from TdxServerModeCustomDataSource.
SQLAdapterClassName Inherited from TdxServerModeCustomDataSource.
TableName Specifies the name of the target table or view.
Tag Inherited from TComponent.
VCLComObject Inherited from TComponent.
See Also