Advantages Using a control naming convention has the advantage of easy readibility, consistency and maintainability of your form. And RADvolution automatically applies your own preferred naming convention! Examples A few naming examples for a City Label:
Flexible
Quick solution Your preferred naming convention is applied in the Quick design window. There we automatically take care of composing the name of your control. An example: drag a CheckBox on your form. The Quick design dialog pops up. Type in the text 'Male?'. The name of the control will be automatically set to 'MaleCheckBox'. Or 'm_chkMale', when using an Hungarian naming convention. Reusability You only have to set your preferred naming convention once! Use it anywhere. Apply your naming convention on a form and save them as default settings. Automatically all other forms (and new ones) will use these settings too when new controls are added. You can even override settings on a per form base.
The default settings can be exchanged between forms and applications. So for a new application, just load the settings of an existing application. You can even exchange these settings with other RADvolution developers or members of your team.