System.Win.ComObj.TConnectionPoint.Count

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj TConnectionPoint

Description

Returns the number of clients connected. The Count property returns the number of clients connected to a COM Object control's connection point.

See Also