Vcl.Controls.GetLongHint

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

Delphi

function GetLongHint(const Hint: string): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall GetLongHint(const System::UnicodeString Hint);

プロパティ

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

説明

ヘルプ文字列の 2 番めの部分を返します。

GetLongHint 関数を呼び出すと,Hint プロファイルの値として指定された単一行ヘルプの長いバージョンを取得できます。単一行ヘルプの 2 番めの部分は | より後ろのテキストです。Hint 文字列値が 2 つに分かれていない場合,GetLongHint は文字列全体を返します。

関連項目