System.Bindings.EvalProtocol.IGroup.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

virtual void __fastcall Clear() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol IGroup

Description

Clears all the wrappers held by this interface.

The Clear method clears all the wrappers held by the implementation of this interface.

See Also