System.Bindings.EvalProtocol.TScopeSymbols.SymbolCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SymbolCount: Integer read GetSymbolCount;

C++

__property int SymbolCount = {read=GetSymbolCount, nodefault};

Properties

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

Description

Specifies the number of stored scope symbols.

The SymbolCount property specifies the number of stored scope symbols.

See Also