 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Anja Guest
|
Posted: Mon Nov 24, 2003 1:45 pm Post subject: Using TAction in different form |
|
|
Hi,
I have two forms:
Form2 with One TActionList with one TAction having a OnExecute event:
procedure TForm2.Action1Execute(Sender: TObject);
begin
showmessage ('The action is performed.')
end;
And a Form1 with one TPopupMenu, with one TMenuItem, which is linked
to the Form2.Action1 (of course Unit2 is in my uses clause).
Why is the action not executed when I click het menu item ?
Am I missing something?
Thanks,
Anja.
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|