System.Bindings.EvalProtocol.TScopeSymbols.Contains

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Contains(const Symbol: String): Boolean; inline;

C++

bool __fastcall Contains(const System::UnicodeString Symbol);

Properties

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

Description

Determines whether the storage contains a given symbol.

The Contains method determines whether the given Symbol is contained in the storage.

See Also