Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
保存、更新、削除、クリアのボタンを含む mdi フォームのツールストリップを使用しています。子フォームにはパブリック サブルーチンとして save 、 update 、 delete 、および clear があり、クライアント フォームには標準ボタンがありません。子フォーム関数を呼び出す必要がある親ツール ウィンドウのそれぞれのボタンをクリックします。
これを行うには、デリゲートとイベントを使用できます。デリゲートとイベントを子フォームで定義し、それらのハンドラーを親フォームで定義して、親フォームでメニューをクリックするとこれらのハンドラーを呼び出します。