Property Name

Name - Name for the UI component in the code. The name is automatically assigned by RapidClipse, e.g. button. To avoid unnecessary typing, the prefix XDEV from the class name XdevButton was not added here. As the name must be clear and unique, the name of all UI components of the same type that are subsequently added to the GUI builder will be automatically transfixed with a number, e.g. button1. You should rename the generated default name to make it as self-explanatory as possible. According to common convention, the name should consist of the UI component type followed by its technical meaning, e.g. button customer form. First, this makes coding easier as you will achieve ideal code completion and, secondly, your code will be a lot easier to read. When Hungarian notation is applied, the types are abbreviated using only three or four characters, e.g. btn for button. However, given the large number of different UI components RapidClipse already offers, it is advisable that you use the full name of the UI component type.

XDEV Software Corp. - One Embarcadero Center, San Francisco, CA 94111, US
Copyright © 2015. XDEV Software Corp. All rights reserved.