You are not logged in.
Pages: 1
Hi.
I am using TGDIPages, creating bookmark
lPage.AddBookMark('m1');
after i am creating text link to bookmark
lPage.DrawTextAt('link', 50, 'm1');
and frame is drawn around the text, how not show this frame
Offline
See http://synopse.info/fossil/info/258e38c50d
and http://synopse.info/fossil/info/0876bdadef
We have added aLinkNoBorder optional parameter to DrawTitle, DrawTextAt and AddLink TGdiPages methods.
Offline
Thank you very much! Frame now do not displayed.
Offline
Pages: 1