Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxServerModeADODataSourceOptions Class

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

#Declaration

Delphi
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