Data.DB.IDataSetCommandSupport.GetCommandStates
Delphi
function GetCommandStates(const ACommand: string): TDataSetCommandStates;
C++
virtual TDataSetCommandStates __fastcall GetCommandStates(const System::UnicodeString ACommand) = 0 ;
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | Data.DB.pas Data.DB.hpp |
Data.DB | IDataSetCommandSupport |
Description
Vérifie si une commande étendue est supportée et activée.
GetCommandStates est utilisée pour vérifier si le descendant de TDataSet supporte une commande étendue et si les commandes supportées sont activées.
Le paramètre ACommand
est la commande à vérifier.
La méthode renvoie un TDataSetCommandStates.
Si la commande n'est pas supportée, la méthode renvoie un ensemble vide ('[]').