Vcl.Controls.TControl.SetCustomHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetCustomHint(Value: TCustomHint);

C++

void __fastcall SetCustomHint(TCustomHint* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Sets the value of the CustomHint property.

SetCustomHint is a protected method in the TControl class and is used to set the value of the CustomHint property.

See Also