Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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. Da der Name eindeutig sein muss, wird an nachfolgend in den GUI-Builder eingefügte UI-Komponenten desselben Typs automatisch eine Nummerierung angehängt, z.B. button1.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.

  • No labels