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