System.Bindings.EvalProtocol.TScopeSymbols.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 TScopeSymbols

Description

Provides access to the scope symbols list.

The Symbols property provides access to the scope symbols list.

See Also