I use Delphi XE3. I have two form, TParentForm and TChildForm. TParentForm contains Button1, and TChildForm is inherited from it.
Then when I operate Button1 in TPare