Vcl.Controls.TControl.CustomHint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CustomHint: TCustomHint read GetCustomHint write SetCustomHint;

C++

__property TCustomHint* CustomHint = {read=GetCustomHint, write=SetCustomHint};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

CustomHint is a custom hint for the control.

CustomHint is a TCustomHint instance for a control to specify the appearance of the control's hint.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=Vcl.Controls.TControl.CustomHint&oldid=146620"