DesignIntf.IComponentGuidelines.GetDesignerGuideType

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

Delphi

function GetDesignerGuideType(Index: Integer): TDesignerGuideType;

C++

virtual TDesignerGuideType __fastcall GetDesignerGuideType(int Index) = 0 ;

プロパティ

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


説明

Index によって指定されるデザイナ ガイドの型を返します。

GetDesignerGuideType は、Index によって指定されるガイドラインの型を返します。戻り値は、TDesignerGuideType 型です。

関連項目