System.Bindings.EvalProtocol.TScopeSymbols.SetSymbols

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSymbols(Index: Integer; const Value: String); inline;

C++

void __fastcall SetSymbols(int Index, const System::UnicodeString Value);

Properties

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

Description

Setter method for the Symbols property.

SetSymbols is the setter method for the Symbols property.

See Also