Home Units Hierarchy Routines All identifiers

Class unaWinTootip

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unaWinTootip = class(unaObject)

Description

Tooltip window

Hierarchy

Overview

Methods

Public constructor create(const tip: string; parent: tHandle; style: unsigned = WS_POPUP or TTS_NOPREFIX or TTS_BALLOON; flags: DWORD = TTF_SUBCLASS);
Public function activateTrack(doActivate: bool): LRESULT;
Public procedure BeforeDestruction(); override;

Properties

Public property handle: tHandle read f_handle;
Public property isActive: bool read f_isActive;
Public property tip: string read f_tip write setTip;

Description

Methods

Public constructor create(const tip: string; parent: tHandle; style: unsigned = WS_POPUP or TTS_NOPREFIX or TTS_BALLOON; flags: DWORD = TTF_SUBCLASS);

Creates Tooltip window.

Public function activateTrack(doActivate: bool): LRESULT;
 
Public procedure BeforeDestruction(); override;
 

Properties

Public property handle: tHandle read f_handle;
 
Public property isActive: bool read f_isActive;
 
Public property tip: string read f_tip write setTip;
 

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09