Afficher : Delphi
C++
Préférences d'affichage
Data.SqlExpr.TCustomSQLDataSet.PSSetCommandText
De XE2 API Documentation
Delphi
procedure PSSetCommandText(const ACommandText: WideString); override;
C++
virtual void __fastcall PSSetCommandText(const System::WideString ACommandText)/* overload */; inline void __fastcall PSSetCommandText(const System::UnicodeString CommandText){ Data::Db::TWideDataSet::PSSetCommandText(CommandText); }
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
protected | Data.SqlExpr.pas Data.SqlExpr.hpp |
Data.SqlExpr | TCustomSQLDataSet |
Description
Définit la commande SQL à exécuter par PSExecuteStatement.
Data.SqlExpr.TCustomSQLDataSet.PSSetCommandText hérite de Data.DB.TWideDataSet.PSSetCommandText. Tout le contenu en-dessous de cette ligne se réfère à Data.DB.TWideDataSet.PSSetCommandText.
Définit la commande SQL à exécuter par PSExecuteStatement.
La méthode PSSetCommandText définit la commande SQL à exécuter par PSExecuteStatement.