On screen time delay for TMarksTipTool

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
AMS
Newbie
Newbie
Posts: 24
Joined: Wed Mar 31, 2004 5:00 am
Location: South Africa
Contact:

On screen time delay for TMarksTipTool

Post by AMS » Tue Jan 25, 2005 7:09 am

I see there is a MouseDelay property that determines the wait time prior to launching the Tool tip. Once the tip is launched, is there a way of specifying the "Show" time. i.e. The time that it shall remain visible?

Thanks, John.

Pep
Site Admin
Site Admin
Posts: 3274
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Tue Jan 25, 2005 8:21 am

Hi,

the only you can set is the MouseDelay property :
MouseDelay controls the amount in milleseconds to wait before displaying a tip (hint).
This property modifies the Application.HintPause property

Post Reply