Link to home
Start Free TrialLog in
Avatar of pr2501
pr2501

asked on

use of tPopup menu

I'm not using TSpeedbutton any more like in related question. Now i work with  TShape. I can create while run time new tshape from menu (related question). I need code with options to add hint to TShape (still while app is running) from popupmenu with same dialog window.
ASKER CERTIFIED SOLUTION
Avatar of MerijnB
MerijnB
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pr2501
pr2501

ASKER

Yours code works.


But

NewShape.Hint := Mname;

doesn't work.
 I don't have any error messages because Mname is a string variable.
>  I don't have any error messages because Mname is a string variable.
that doesn't make sense.

Show more code please.
Avatar of pr2501

ASKER

thank you
The error is gone?