请教一下,我想知道在C++Builder XE4环境下 如何点击button按钮链接到另一个form
Button的OnClick事件里写:OtherForm->Show(); 或者 OtherForm->ShowModal();