Data.DBXClient.TDBXClientCommand.DerivedClearParameters

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See also