text

Search

You can find the results of your search below.

Delphi Snippets
16 Hits, Last modified:
trol: TWinControl; Icon: integer; Title: pchar; Text: PWideChar); const TOOLTIPS_CLASS = 'tooltips_c... ger; rect: TRect; hinst: THandle; lpszText: PWideChar; lParam: Integer; end; var hWn... or TTF_SUBCLASS; ti.hwnd := hWnd; ti.lpszText := Text; Windows.GetClientRect(hWnd, ti.rect); SendMessage(hWndTip, TTM_ADDTOOL, 1, Integer(@ti