DesignIntf.ISelectionEditorList.Count
Delphi
property Count: Integer read GetCount;
C++
__property int Count = {read=GetCount};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | ISelectionEditorList |
説明
リスト内の選択エディタの数を表します。
このプロパティを使用すると、リスト内の ISelectionEditor 項目の数を取得することができます。