Register Forms( CRUD )
READY-TO-USE FORMS
RadCORE, in its BASE DB version, offers ready-to-use templates that inherit CRUD layouts and features.
Initially, there are three templates: the first two are for conventional registrations or to serve as a basis for MASTER vs. DETAIL, and the third is exclusively for DETAIL.
Templates 1 and 2 have some layout and feature variations, which we'll cover in the following sections.
Using these templates isn't mandatory, but consider exploring their features, as they can be very useful.
IMPORTANT:
For RadCORE to find your forms dynamically, always register the class at the end of your form code as explained in "Standards and Conventions".
initialization
RegisterClass(TfrmCadFORMNAME);
> This process is automatic when you REUSE a form, saving a pre-existing one with another name (SAVE AS ), changing its name property and adding it to the project to make the necessary changes.
> As of version 5.0, an option was added to RC ELEMENTs to create new frames, forms and these will already be created with the class definition.
It is also worth remembering that, although frmBaseCRUD brings practically everything we need to speed up the creation of new registration forms, it does not mean that you are obliged to use it.
You can make a copy, adjust the layout, swap components, etc. This is your unique and exclusive work!
Created with the Personal Edition of HelpNDoc: Free help authoring tool