Data.DB.IDataSetCommandSupport.ExecuteCommand
Delphi
procedure ExecuteCommand(const ACommand: string; const Args: array of const);
C++
virtual void __fastcall ExecuteCommand(const System::UnicodeString ACommand, const System::TVarRec *Args, const int Args_High) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | Data.DB.pas Data.DB.hpp |
Data.DB | IDataSetCommandSupport |
Description
Executes an extended command of a TDataSet descendant.
ExecuteCommand executes an extended command of a TDataSet descendant given by parameter.
The method takes two parameters:
The ACommand
parameter is the command to execute.
The Args
parameter represents an array of arguments (for example the maximum number of errors that may occur when the command is executed).