System.Bindings.EvalProtocol.IScopeSymbols.Symbols

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Symbols[Index: Integer]: String read GetSymbols write SetSymbols;

C++

__property System::UnicodeString Symbols[int Index] = {read=GetSymbols, write=SetSymbols};

Properties

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

Description

Provides access to the string symbols.

The Symbols property provides access to the string symbols.

The Index parameter specifies the Indexth symbol to return. It starts from 0 and goes up to SymbolCount - 1.

See Also