DesignIntf.ICustomModule.GetVerb

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

Delphi

function GetVerb(Index: Integer): string;

C++

virtual System::UnicodeString __fastcall GetVerb(int Index) = 0 ;

プロパティ

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


説明

コンテキスト メニューの Index で指定された位置にある、文字列を返します。

GetVerb は、モジュールでの操作のために使用する、メニューに現れる文字列を返します。

関連項目