System.Bindings.EvalProtocol.TScopeSymbols

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.TInterfacedObjectSystem.TObjectTScopeSymbols

Delphi

TScopeSymbols = class(TInterfacedObject, IScopeSymbols)

C++

class PASCALIMPLEMENTATION TScopeSymbols : public System::TInterfacedObject

Eigenschaften

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

Beschreibung

Einfache Implementierung für IScopeSymbols.

TScopeSymbols ist eine einfache Implementierung für das Interface IScopeSymbols. TScopeSymbols enthält keine doppelten Symbole. Der Versuch, ein doppeltes Symbol hinzuzufügen, führt dazu, dass das Symbol nicht hinzugefügt wird, und kein Fehler ausgegeben wird.

Siehe auch