System.Win.ComObj.TConnectionPoint.Count
Delphi
property Count: Integer read GetCount;
C++
__property int Count = {read=GetCount, nodefault};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | System.Win.ComObj.pas System.Win.ComObj.hpp |
System.Win.ComObj | TConnectionPoint |
説明
接続しているクライアントの数を返します。 Count プロパティは、COM Object コントロールの接続ポイントへ接続しているクライアントの数を返します。