This is where I started.
It doesn't work.

> procedure Form1.MyShowHint(Sender: TObject);
> begin
>   Application.Hint:= SplitToMultipleLines(Application.Hint);
> end;


because    Application.Hint:= Application.Hint;
It is an infinite loop.


--- Wilfried Mestdagh <[EMAIL PROTECTED]> wrote:

> Hello Human,
> 
> > I want to split the EXISTING comments, and still be able to insert the 
> > comments in Object
> > Inspector.
> 
> Use Application.OnHint to get the current hint to display. There is a
> property Application.Hint witch is assigned the current hint to display.
> You can check in this event handler the length of the hint string and
> inserrt a #13#10 in it if needed.
> 
> BTW: I never tryed it :)
> 
> ---
> Rgds, Wilfried
> http://www.mestdagh.biz
> 
> __________________________________________________
> Delphi-Talk mailing list -> Delphi-Talk@elists.org
> http://www.elists.org/mailman/listinfo/delphi-talk
> 


If I choose Christianity then the Islamic will say I'm a pagan.
If I choose Islamic then the Buddhism will say I'm a pagan.
If I chose Buddhism then the Jewish will say I'm pagan.
If I choose no God then everybody will say I'm pagan.
Please, can I be free? Can you NOT tell me how I should live MY life?

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
__________________________________________________
Delphi-Talk mailing list -> Delphi-Talk@elists.org
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to