Vcl.Controls.TControl.CustomHint
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.