System.Bindings.EvalProtocol.IScopeSymbols.GetSymbolCount

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetSymbolCount: Integer;

C++

virtual int __fastcall GetSymbolCount() = 0 ;

Properties

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

Description

Getter method for the SymbolCount property.

GetSymbolCount is the getter method for the SymbolCount property.

See Also