System.Bindings.EvalProtocol.IScopeSymbols.Contains

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Contains(const Symbol: String): Boolean;

C++

virtual bool __fastcall Contains(const System::UnicodeString Symbol) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol IScopeSymbols

Description

Determines whether the storage contains a given symbol.

The Contains method determines whether the storage contains the given Symbol.

See Also