Skip to main content

TdxServerModeADODataSourceOptions Class

Contains settings that are specific to ADO server mode data sources.

Declaration

TdxServerModeADODataSourceOptions = class(
    TdxServerModeDataSourceOptions
)

Remarks

This class extends its ancestor class with the EnableBCD property that allows you to control how numeric and decimal field values are translated by an ADO server mode data source.

A TdxServerModeADODataSourceOptions object is referenced via the Options property of an ADO server mode data source.

Inheritance

TObject
TPersistent
TdxServerModeDataSourceOptions
TdxServerModeADODataSourceOptions
See Also