Data.DBXClient.TDBXClientCommand.DerivedClearParameters
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: protected | |
| Source: Data.DBXClient.pas Data.DBXClient.hpp
| |
| Unit: Data.DBXClient | |
| Parent: TDBXClientCommand | |
Delphi
procedure DerivedClearParameters; override;
C++
virtual void __fastcall DerivedClearParameters();
Description
Clears the parameters for the current client command.
DerivedClearParameters is used by TDBXCommand when updating the parameter list for the command.