DK11 for Delphi | GisDbDbx.TGIS_DbDbx.sqlGetParams | Constructors | Fields | Methods | Properties
Get parameters list.
Overrides TGIS_DbAbstract.sqlGetParams.
// Delphi public function sqlGetParams( const _idx : Integer ) : TStringList; override;
// C++ Builder public: virtual TStringList* sqlGetParams( const int _idx );
Name | Type | Description |
---|---|---|
_idx | Integer | param index |
Type | Description |
---|---|
TStringList | list of parameters |