System.Bindings.EvalProtocol.TScopeSymbols.GetSymbols

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSymbols(Index: Integer): String; inline;

C++

System::UnicodeString __fastcall GetSymbols(int Index);

Properties

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

Description

Getter method for the Symbols property.

GetSymbols is the getter method for the Symbols property.

See Also