Vcl.Controls.TControl.SetCustomHint
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 プロパティの値を設定するために使用します。