Form
|
Form Control Properties, Methods, and Events
For differences to VFP refer to Form Control.
|
CommandButton
|
Implemented as .NET controls. The following members are supported:
• | Caption. The "\<" escape character for shortcuts is not supported. |
• | DownPicture (desktop only) |
• | When() - not supported on mobile devices. |
|
Checkbox
|
Implemented as .NET control. The following members are available:
|
ComboBox
|
Implemented as .NET control. The following members are available:
• | Value. Currently, only character values are supported. |
• | AddItem(). nIndex and nColumn are not supported. |
• | When() - not supported on mobile devices. |
• | RowSourceType (supported values: 1) |
|
Container
|
Implemented as .NET control. The following members are available:
|
Custom
|
Implemented. The following members are supported:
|
Image
|
See Image Control Properties, Methods, and Events for a list of implemented members
|
Label
|
Implemented as .NET control. The following members are available:
• | Caption. The "\<" escape character for shortcuts is not supported. |
Difference to VFP: The caption can be a Unicode string. Since the FXP format doesn't support Unicode properties, you currently have to use FILETOSTR() to create a Unicode string.
|
Listbox
|
Implemented as .NET control. The following members are available:
• | Value. Currently, only character values are supported. |
• | AddItem(). nIndex and nColumn are not supported. |
• | RowSourceType (supported values: 1) |
|
Page
|
Implemented as .NET control. The following members are available:
• | BackColor. Doesn't affect the tab. |
|
Pageframe
|
Implemented as .NET control. The following members are available:
Windows Mobile 5 and later displays tabs at the bottom rather than the top.
|
Editbox
|
See Editbox Control Properties, Methods, and Events for a list of implemented members.
Difference to VFP: The control supports Unicode. Entering Unicode characters is possible at all times. When the value property is accessed, all characters that are not in the current codepage are converted to question marks.
|
Textbox
|
Implemented as .NET control. The following members are available:
• | Value. Currently, only character values and date values are supported. |
• | ControlSource. Only character values and date values are supported. Modified data is not written back. |
Difference to VFP: The control supports Unicode. Entering Unicode characters is possible at all times. When the value property is accessed, all characters that are not in the current codepage are converted to question marks.
|
Grid
|
Implemented as .NET control in the compact version. The following members are available:
• | RecordSource. Must be an alias. |
|
Column
|
Implemented as .NET control in the compact version. The following members are available:
|
Header
|
Implemented as .NET control in the compact version. The following members are available:
|
Spinner
|
Implemented as .NET control. The following members are available:
|
Timer
|
Implemented as a .NET timer in the desktop and compact UI engine.
|