Data.DBXCommon.TRequestCommandHandler.ClearCommands

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ClearCommands; virtual; abstract;

C++

virtual void __fastcall ClearCommands() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TRequestCommandHandler

Description

Clears the stored commands and errors messages.

ClearCommands is used to clear all the commands and errors messages stored in TRequestCommandHandler.

Note: This method is abstract; you should use one of its descendent methods.

See Also