Home > Language Reference > Classes > SystemInfo
InputAreaSupport Property
Returns information about the dynamic input area feature.
Syntax
Public Property Get InputAreaSupport() As Long
Remarks
The InputAreaSupport property indicates whether the device supports the dynamic input area feature or not. It can returns one of the following values:
| Value | Description |
| 0 | No support. |
| -1 | Support through the Sony Silk API |
| -2 | Support through the Sony Vsk API |
| &H01000000 | Support through the Palm OS Pen Input Manager v1.0 |
| &H01103000 | Support through the Palm OS Pen Input Manager v1.1 |
| &H02003000 | Support through the Palm OS Pen Input Manager v2.0 |
Note that HB++ only embeds the DIA support routines into your executable if at least one form in your application has its DIA property set to 'Enabled'. Therefore, if your application does not use the dynamic input area feature at all, those routine won't be included and this property will always returns 0, whatever the device it is running on.
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | - |
| Windows CE | Windows CE 3.0 | - |