48 articles QW-FD – Form Designer Page 4 / 5

BUTTON OBJECT

Description Allows you to place a button within the form. Specific properties In addition to common properties contains the following properties: Text: assign the label to display on the button. Icon: defines the button icon. Specific events ClickEvent When you press the button, starts to run the code inside of this event. For more information…

IMAGE OBJECT

Description Inserts within the form an image. Specific Properties In addition to common properties contains the following properties: ImageName allows you to load an image from an external folder. Specific events None For more information read here. Properties that can be used by code C/S Properties Visible: True if the field is visible on the…

FORM OBJECT

Description The Form is an object that contains other objects. Specific Properties In addition to common properties contains the following properties: Comments: visible only at design phase, allows information such as the description of the form itself, and change’s history. Specific events of the form The main events on the form are: ChangeformEvent: this event…

DATEFIELD OBJECT

Description Allows the user to insert data freely. Specific properties CalendarioWeb If you set True this property, when the object will be displayed on the web interface, next to the CalendarioWeb appears a button to enable the Calendar. Specific events ChangeEvent event activated when change the value of the field. Can be used to –…

NUMERICFIELD OBJECT

Description The “Numeric Field” is designed to be able to insert a number or currency amount (or phone number). Specific properties In addition to common properties contains the following properties: Picture specify the format in which you want a number is displayed on the form; in particular it is possible to define or not the…

HTML EDITOR OBJECT

Description It allows you to insert in the form  HTML text. Specific properties None For more information see common properties. Specific events This object don’s support the “ChangeEvent“. For more information read here. Properties that can be used by code C/S Properties Nativeobject.editorEnabled: If is False, the field is onlyreading, if is True, the field is reading/writing.…

COMMON PROPERTIES OF OBJECTS

GRAPHICAL PROPERTIES The properties of the various fields used in forms and the properties of the form itself (see here), are all listed on the right side of the Designing Plan and are displayed when you select the object in question (by clicking on it). NOTE: The property grid can be displayed by category or…

NOTEBOOKS OBJECT

Description The “Notebooks field” allows to insert more subforms, each in turn be configured with various objects. Specific properties In addition to common properties contains the following properties: Multiline: if is True, it extends the field to increase the space. TabPages: activates a subfunction of typical properties of this object Specific events None. For more information…

RADIOBUTTON OBJECT

Description It’s an object used to handle more Radiobuttons objects belonging to the same group (same “Group” property) that are selectable as an alternative to one another; Specific properties In addition to common properties contains the following properties: Group: represents the group to which the BottoneRadio belongs. More RadioButtons belonging to the same group represent…