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

TdxServerModeQueryDataSource.SQL Property

Specifies the SQL statement to be executed when querying the target database for data.

#Declaration

Delphi
property SQL: TStrings read; write;

#Property Value

Type
TStrings

#Remarks

Setting this property is required before making the query-based server mode data source active. At design time, the property provides the standard String List Editor allowing you to specify the SQL statement.

To invoke the editor, click the ellipsis button next to the property name in the Object Inspector.

See Also