Description | Hierarchy | Fields | Methods | Properties |
type unaWinTootip = class(unaObject)
Tooltip window
constructor create(const tip: string; parent: tHandle; style: unsigned = WS_POPUP or TTS_NOPREFIX or TTS_BALLOON; flags: DWORD = TTF_SUBCLASS); |
|
function activateTrack(doActivate: bool): LRESULT; |
|
procedure BeforeDestruction(); override; |
property handle: tHandle read f_handle; |
|
property isActive: bool read f_isActive; |
|
property tip: string read f_tip write setTip; |
constructor create(const tip: string; parent: tHandle; style: unsigned = WS_POPUP or TTS_NOPREFIX or TTS_BALLOON; flags: DWORD = TTF_SUBCLASS); |
|
Creates Tooltip window. |
function activateTrack(doActivate: bool): LRESULT; |
|
procedure BeforeDestruction(); override; |
|
property handle: tHandle read f_handle; |
|
property isActive: bool read f_isActive; |
|
property tip: string read f_tip write setTip; |
|
(c) 2012 Lake of Soft