System.Bindings.EvalProtocol.TScopeSymbols.Remove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Remove(const Symbol: String); inline;

C++

void __fastcall Remove(const System::UnicodeString Symbol);

Properties

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

Description

Removes an existing symbol from the storage.

The Remove method removes the given Symbol from the storage.

See Also