4D v14

4D Widget components

Home

 
4D v14
4D Widget components

4D Widget components  


 

 

4D widgets are functionalities provided as components that can be accessed from the Form editor and/or the preconfigured object library. These widgets are compound objects with predefined characteristics that provide access to standard functionalities and are very simple to implement.

Three widgets are available:

  • SearchPicker: search area with standard appearance.
  • DatePicker: date selector.
  • TimePicker: time selector.

These widgets can be used with or without programming. You can simply integrate them into your forms and use their default properties. If you want to be able to control and configure them in a more customized manner, you can make use of specific project methods, called "Component methods," which are listed by component on the Methods page of the Explorer:

This documentation covers each widget and describes the syntax of the component methods associated with it.

 There are two ways to insert a widget area in a form:

  • Using the object library
  • Using a subform

To insert a widget using the object library:

  1. Select the Object Library command from the Design menu.
    The Object Library window appears.
  2. Select Widgets in the Category menu.
    All the available widgets are listed:
  3. Insert the desired widget into your form by dragging and dropping it.
    You can then configure it via the properties of the inserted object or via its object method.

To create a widget via a subform type object:

  1. In the Form editor, add a subform object.
    This point is described in the 4D Design Reference manual.
  2. In the Property List, click on the "Detail Form" menu to scroll through the list of forms that can be used. This list includes the widgets.
  3. Select the widget to be inserted.
    You can then configure it via the object properties or the object method of the subform.

 
PROPERTIES 

Product: 4D
Theme: 4D Widget components

 
ARTICLE USAGE

4D Widgets ( 4D v12)
4D Widgets ( 4D v13)
4D Widgets ( 4D v14 R2)
4D Widgets ( 4D v14)
4D Widgets ( 4D v14 R3)
4D Widgets ( 4D v14 R4)