| Logical Control | Example Depiction on a Remote Client | Function/Value |
| Button | Button | Single-press event. |
| Latch | Check Box, Radio Button | Binary value. |
| Text | Static Text, Edit text | Character string. |
| Number | Progress Bar, Slider | Integer or fixed-point value. |
| Matrix | Table, Column Chart, Line chart | 2D array of numeric values. |
| Date Time | Date Time Picker | Seconds to years plus day of week |
| List | List Box | One of n selection. |
| Section | Popup Menu | Arranges controls in a hierarchy. |
| Password | Client-Specific Dialogs | Controls access UI. |
| Message | Message Box | Alerts users. |
| Blob* | Client-Specific Dialogs | Exchanges binary data. |
| Files* | Client-Specific Dialogs | Exchanges files. |