System.Bindings.EvalProtocol.IScopeSymbols.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Add(const Symbol: String);

C++

virtual void __fastcall Add(const System::UnicodeString Symbol) = 0 ;

Properties

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

Description

Adds a new symbol to the storage.

The Add method is used to add a new symbol, given through the Symbol parameter, to the storage.

See Also