show / hide menu

Controls

Controls in AppForms are the building blocks used to create dynamic and interactive forms or applications without the need for extensive coding. Each control represents a specific input, display, or interactive element that can be added to a form to capture or present data. Controls enable developers to design user-friendly interfaces and handle various types of user interactions, such as text input, dropdown selections, buttons, and more. AppForms offers a wide range of controls that can be easily configured, customized, and connected to underlying business logic, allowing users to build complex workflows and applications efficiently.

In AppForms, controls are organized into various categories for easier access and better usability.

  1. Standard controls
  2. Validation controls
  3. Group controls
  4. Data controls
  5. Navigation controls
  6. Hidden data controls

All these controls share a few common properties, which are as follows:

Control ID: Displays a unique identifier assigned to each control.

Control Name: This defines a unique name for each control within the form.

Control Type: Indicates the specific type of control being used.