|
<< Click to Display Table of Contents >> Navigation: Classes > TIWCustomControl > Properties > Hint |
SIGNATURE=IWControl.TIWCustomControl.Hint
ETYPE=Property
Declaration:
Delphi: |
published property Hint: string; |
C++: |
__published: __property String Hint; |
Description: we redeclare the "Hint" property because we neet to invalidate the control when the hint changes for Async updates Note about this: Using something like TControl(IWButton1).Hint := 'my hint' won't call set_Hint(). Instead, it will set the hint using TControl's own access methods