Vcl.Controls.TControl.SetCustomHint

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure SetCustomHint(Value: TCustomHint);

C++

void __fastcall SetCustomHint(TCustomHint* Value);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Beschreibung

Weist der Eigenschaft CustomHint einen Wert zu.

SetCustomHint ist in der Klasse TControl eine protected Methode. Sie wird zum Setzen des Wertes der Eigenschaft CustomHint verwendet.

Siehe auch