DesignIntf.IComponentGuidelines.Count

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Count: Integer read GetCount;

C++

__property int Count = {read=GetCount};

プロパティ

種類 可視性 ソース ユニット
property public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IComponentGuidelines


説明

現在のインスタンスによって表現されるガイドラインの数を返します。

Count を使用すると、現在のインスタンスによって処理されるガイドラインの数を取得することができます。

関連項目