Home > Back-end >  Where is the modified PopupMenu menu name?
Where is the modified PopupMenu menu name?

Time:12-25

Form a PopupMenu controls, has added four menu items, respectively is: A1, A2, A3, A4.
Amend the Caption of A2 to A2X; Where to change? Thank you,

I've tried:
PopupMenu - & gt; The Items - & gt; MenuIndex=2;
PopupMenu - & gt; The Items - & gt; Caption="A2X";
Invalid;

CodePudding user response:

Tree control on the top left corner code mode switch to form a list of small window selects individual set Name and Caption,

CodePudding user response:

Changes in the code, in the process of the program is running, change the Caption value menu
  • Related