System.Bindings.EvalProtocol.TScopeSymbols.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Add(const Symbol: String); inline;

C++

void __fastcall Add(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

Adds a new symbol to the storage.

The Add method adds the given Symbol to the storage.

See Also