Vcl.Controls.TControl.SetCustomHint

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

Delphi

procedure SetCustomHint(Value: TCustomHint);

C++

void __fastcall SetCustomHint(TCustomHint* Value);

プロパティ

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

説明

CustomHint プロパティの値を設定します。

SetCustomHint は、TControl クラスの protected メソッドで、CustomHint プロパティの値を設定するために使用します。

関連項目