THintWindow

From Free Pascal wiki
Revision as of 22:50, 29 July 2018 by Skalogryz (talk | contribs) (Created page with "THintWindow it's a run-time (no design-time is provided) descendant of TCustomForm class, with a special support from Widgetset (TWSHintWindow). Special consid...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

THintWindow it's a run-time (no design-time is provided) descendant of TCustomForm class, with a special support from Widgetset (TWSHintWindow).

Special considerations:

  • by default THintWindow
  • when shown WS prevents the HintWindow from acquiring focus. (TCustomForm are shown and are receiving focus right away)

See Also