Page 1 of 1

Adding a pullldown menu at runtime.

Posted: Wed Oct 18, 2006 9:01 pm
by xhbcoder
Hi all,

I was able to add a menu item in the system menu that was created in the resource file at runtime.

My next task requires to add a pulldown menu at runtime.

Is it posible? How?

Many thanks!

Re: Adding a pullldown menu at runtime.

Posted: Wed Oct 18, 2006 9:21 pm
by Enrico Maria Giordano
Have a look at TMenu:Add() or TMenu:Insert() methods.

EMG

Posted: Wed Oct 18, 2006 9:49 pm
by xhbcoder
Got it.

Regards!