TdxServerModeQueryDataSource.SQL Property
Specifies the SQL statement to be executed when querying the target database for data.
Declaration
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