System.Bindings.EvalProtocol.TScopeSymbols.Symbols

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol TScopeSymbols

Beschreibung

Stellt den Zugriff auf die Liste mit Gültigkeitsbereichssymbolen bereit.

Die Eigenschaft Symbols stellt den Zugriff auf die Liste mit Gültigkeitsbereichssymbolen bereit.

Siehe auch