btnSaveReg
Saving Records
Each button event on the inherited forms/frames will have an "inherited" event.
So you already know that, in the "frmBaseCRUD" from which it was inherited, there is a default initial code that RadCORE will execute, and you can insert something after the inherited "inherited."
Study the code referring to btnSaveReg's click on frmBaseCRUD and frmBaseCRUDDetail to understand what is done BEFORE executing the options that inherit the respective forms.
Studying the various examples that follow RadCORE, you will be able to see variations according to the type of screen and thus help you to better understand how to apply it in your projects.
Created with the Personal Edition of HelpNDoc: Easily create CHM Help documents