Data.DBXClient.TDBXClientCommand.DerivedClearParameters

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DerivedClearParameters; override;

C++

virtual void __fastcall DerivedClearParameters();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DBXClient.pas
Data.DBXClient.hpp
Data.DBXClient TDBXClientCommand

Description

Clears the parameters for the current client command.

DerivedClearParameters is used by TDBXCommand when updating the parameter list for the command.

See also