# Group Controls

| **Subgroup**  | **Action**                                                                                                                                       | **Description**                                                                                                                                                                                                                             |
| ------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Controls      | [Refresh Control](/kalipso5/developing/form/actions/actions-description/group-controls/refresh-control.md)                                       | Refresh the content of the specified Control.                                                                                                                                                                                               |
| Controls      | [Set Property](/kalipso5/developing/form/actions/actions-description/group-controls/set-property.md)                                             | This action allows users to set dynamically the properties of specified control or form.                                                                                                                                                    |
| Controls      | [Set Focus](/kalipso5/developing/form/actions/actions-description/group-controls/set-focus.md)                                                   | Put the cursor on specified control.                                                                                                                                                                                                        |
| Controls      | [Set Selection](/kalipso5/developing/form/actions/actions-description/group-controls/set-selection.md)                                           | Selects the specified item on a control.                                                                                                                                                                                                    |
| Controls      | [Execute Event](/kalipso5/developing/form/actions/actions-description/group-controls/execute-event.md)                                           | Execute the actions of a specified event on other control or form.                                                                                                                                                                          |
| Controls      | [Get Selection](/kalipso5/developing/form/actions/actions-description/group-controls/get-selection.md)                                           | This action allows user to get the current position of a control.                                                                                                                                                                           |
| Controls      | [Get Item Count](/kalipso5/developing/form/actions/actions-description/group-controls/get-item-count.md)                                         | This action allows the user to get a count of items in a specified control.                                                                                                                                                                 |
| Controls      | [Select Text](/kalipso5/developing/form/actions/actions-description/group-controls/select-text.md)                                               | Select a set of characters on a specified input box.                                                                                                                                                                                        |
| Controls      | [Get Property](/kalipso5/developing/form/actions/actions-description/group-controls/get-property.md)                                             | This action allows the use get dynamically the value of specified control property.                                                                                                                                                         |
| Controls      | [Stop Refresh Control](/kalipso5/developing/form/actions/actions-description/group-controls/stop-refresh-control.md)                             | This action stops a Refresh control action.                                                                                                                                                                                                 |
| Controls      | [Scroll Area Set Section Property](/kalipso5/developing/form/actions/actions-description/group-controls/scroll-area-set-section-property.md)     | Sets properties of scroll area sections.                                                                                                                                                                                                    |
| Controls      | [Tab Set Item Property](/kalipso5/developing/form/actions/actions-description/group-controls/tab-set-item-property.md)                           | This action allows users to dynamically set the properties of a specified tab.                                                                                                                                                              |
|               |                                                                                                                                                  |                                                                                                                                                                                                                                             |
| Table         | [Table Get Selected Column](/kalipso5/developing/form/actions/actions-description/group-controls/table-get-selected-column.md)                   | Get selected column and line on a table control.                                                                                                                                                                                            |
| Table         | [Table Set Column Width](/kalipso5/developing/form/actions/actions-description/group-controls/table-set-column-width.md)                         | Set a specified width on a table column.                                                                                                                                                                                                    |
| Table         | [Table Set Column Order](/kalipso5/developing/form/actions/actions-description/group-controls/table-set-column-order.md)                         | Set the order of columns on a specified table.                                                                                                                                                                                              |
| Table         | [Table Add Line](/kalipso5/developing/form/actions/actions-description/group-controls/table-add-line.md)                                         | Add a line to a specified table control.                                                                                                                                                                                                    |
| Table         | [Table Delete Line](/kalipso5/developing/form/actions/actions-description/group-controls/table-delete-line.md)                                   | Delete a line on a specified table.                                                                                                                                                                                                         |
| Table         | [Table Get Column Value](/kalipso5/developing/form/actions/actions-description/group-controls/table-get-column-value.md)                         | Get the column value for the selected line.                                                                                                                                                                                                 |
| Table         | [Table Set Column Value](/kalipso5/developing/form/actions/actions-description/group-controls/table-set-column-value.md)                         | Sets the value of a specified cell on a control table.                                                                                                                                                                                      |
| Table         | [Table Enter Direct Edition](/kalipso5/developing/form/actions/actions-description/group-controls/table-enter-direct-edition.md)                 | Allow to direct edit a cell with a keyboard.                                                                                                                                                                                                |
| Table         | [Table Find](/kalipso5/developing/form/actions/actions-description/group-controls/table-find.md)                                                 | Find a specified value on a control table.                                                                                                                                                                                                  |
| Table         | [Table Set Selected Column](/kalipso5/developing/form/actions/actions-description/group-controls/table-set-selected-column.md)                   | Set the selected column on a control table.                                                                                                                                                                                                 |
| Table         | [Table Set Color](/kalipso5/developing/form/actions/actions-description/group-controls/table-set-color.md)                                       | Sets the color of the control table.                                                                                                                                                                                                        |
| Table         | [Table Get Color](/kalipso5/developing/form/actions/actions-description/group-controls/table-get-color.md)                                       | Gets the color of the control table.                                                                                                                                                                                                        |
| Table         | [Table Get Column Width](/kalipso5/developing/form/actions/actions-description/group-controls/table-get-column-width.md)                         | Get a specified width on a table column.                                                                                                                                                                                                    |
| Table         | [Table Set Column Property](/kalipso5/developing/form/actions/actions-description/group-controls/table-set-column-property.md)                   | Changes a property in the column of a table control.                                                                                                                                                                                        |
|               |                                                                                                                                                  |                                                                                                                                                                                                                                             |
| Looper        | [Looper Add Line](/kalipso5/developing/form/actions/actions-description/group-controls/looper-add-line.md)                                       | Adds a new item to a looper control. If the looper is connected to a database, this will have no effect on the database. The item will only be added to the looper control.                                                                 |
| Looper        | [Looper Delete Line](/kalipso5/developing/form/actions/actions-description/group-controls/looper-delete-line.md)                                 | Deletes an item from a looper control. If the looper is connected to a database, this will have no effect on the database, the item will only be deleted from the looper control.                                                           |
| Looper        | [Looper Set Cell Property](/kalipso5/developing/form/actions/actions-description/group-controls/looper-set-cell-property.md)                     | Looper Set Cell Property allow you to change the Width or Height of the selected cell of the looper or all cells of the looper                                                                                                              |
|               |                                                                                                                                                  |                                                                                                                                                                                                                                             |
| Draw          | [Clear Draw](/kalipso5/developing/form/actions/actions-description/group-controls/clear-draw.md)                                                 | Clear the specified draw control.                                                                                                                                                                                                           |
| Draw          | [Save Draw](/kalipso5/developing/form/actions/actions-description/group-controls/save-draw.md)                                                   | Save draw control with specified name and format.                                                                                                                                                                                           |
| Draw          | [Set Draw´s Style](/kalipso5/developing/form/actions/actions-description/group-controls/set-draw-s-style.md)                                     | Sets the draw's style for a draw control.                                                                                                                                                                                                   |
| Draw          | [Paste Image on Draw](/kalipso5/developing/form/actions/actions-description/group-controls/paste-image-on-draw.md)                               | Paste a specified image on a draw control.                                                                                                                                                                                                  |
| Draw          | [Is Draw Painted](/kalipso5/developing/form/actions/actions-description/group-controls/is-draw-painted.md)                                       | This action allows user to know if a draw control is painted or not.                                                                                                                                                                        |
| Draw          | [Draw Text](/kalipso5/developing/form/actions/actions-description/group-controls/draw-text.md)                                                   | Draw text on specified draw control.                                                                                                                                                                                                        |
| Draw          | [Draw Rectangle](/kalipso5/developing/form/actions/actions-description/group-controls/draw-rectangle.md)                                         | Draw a rectangle on a draw control.                                                                                                                                                                                                         |
| Draw          | [Draw Ellipse](/kalipso5/developing/form/actions/actions-description/group-controls/draw-ellipse.md)                                             | Draw an ellipse on specified draw control.                                                                                                                                                                                                  |
| Draw          | [Draw Bar Code](/kalipso5/developing/form/actions/actions-description/group-controls/draw-bar-code.md)                                           | Draw a bar code on a file or on a draw control. This action also allows user to know the width of a specified bar code.                                                                                                                     |
| Draw          | [Draw Line](/kalipso5/developing/form/actions/actions-description/group-controls/draw-line.md)                                                   | Draw a line in a draw control.                                                                                                                                                                                                              |
|               |                                                                                                                                                  |                                                                                                                                                                                                                                             |
| HTML Control  | [HTML Navigation](/kalipso5/developing/form/actions/actions-description/group-controls/html-navigation.md)                                       | <p>Used to make the specified HTML control display an HTML from a URL address, a local file, or navigate back/forward in navigation history.<br>Also allows to refresh the current content or stop the current content loading process.</p> |
| HTML Control  | [HTML Get Source](/kalipso5/developing/form/actions/actions-description/group-controls/html-get-source.md)                                       | Retrieves the source content that is currently displayed in the HTML control.                                                                                                                                                               |
| HTML Control  | [HTML Execute JScript](/kalipso5/developing/form/actions/actions-description/group-controls/html-execute-jscript.md)                             | This action executes Java Script code in the currently loaded page.                                                                                                                                                                         |
| HTML Control  | [HTML Clear Data](/kalipso5/developing/form/actions/actions-description/group-controls/html-cleardata.md)                                        | This action clears cookies, session data and resource cache associated with HTML Control.                                                                                                                                                   |
|               |                                                                                                                                                  |                                                                                                                                                                                                                                             |
| Chart Control | [Save Chart](/kalipso5/developing/form/actions/actions-description/group-controls/save-chart.md)                                                 | Allows you to save the chart content that is currently being displayed into an image file.                                                                                                                                                  |
|               |                                                                                                                                                  |                                                                                                                                                                                                                                             |
| Media Player  | [Media Player Set State](/kalipso5/developing/form/actions/actions-description/group-controls/media-player-set-state.md)                         | With this control you can set the Media Player to Play, Pause or Stop.                                                                                                                                                                      |
| Media Player  | [Media Player Go To](/kalipso5/developing/form/actions/actions-description/group-controls/media-player-go-to.md)                                 | Media Player Go To allow you to jump to a specific time in milliseconds.                                                                                                                                                                    |
| Media Player  | [Media Player Get Media information](/kalipso5/developing/form/actions/actions-description/group-controls/media-player-get-media-information.md) | Media Player Get Media information allow you to get the current time position or length of the media that you had selected.                                                                                                                 |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-list/group-controls.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
