Apex 18.2.
Hi,
I have created a form on a table. There are 4 buttons created by default for the region which are CREATE, CANCEL, APPLY CHANGES AND DELETE.
The button "CREATE" for example is defaulted to submit the page and send a SQL insert statement to the table the region is based on.
I moved the button to another static region and I was surprised that it is still working. It submits the page and sends an Insert statement to the table of it's original region. How could that be when it's no more related to the original region? Is moving any button away from it's original region ok? Or is there some kind of consequences I should be aware of?
Edited:
I noticed that it worked too when moved a Page Item to another region!