XSharp.VFP.UI Namespace |
Class | Description | |
---|---|---|
__VFPDoForm |
The VFP compatible __VFPDoForm class.
This class is used to "emulate" the DO FORM command
| |
AEventsDefinition |
The AEventsDefinition class.
| |
Application |
The VFP compatible Application class.
| |
CheckBox |
The VFP compatible Checkbox class.
| |
Column |
The VFP compatible Column class.
| |
ComboBox |
The VFP compatible ComboBox class.
| |
CommandButton |
The VFP compatible CommandButton class.
| |
CommandGroup |
The VFP compatible CommandGroup class.
| |
Container |
The VFP compatible Container class.
| |
CursorAdapter |
The VFP compatible CursorAdapter class.
| |
DataEnvironment |
The VFP compatible DataEnvironment class.
| |
DbCursor |
The VFP compatible Cursor class.
| |
EditBox |
The VFP compatible EditBox class.
| |
Form |
The VFP compatible Form class.
| |
FormSet |
The VFP compatible FormSet class.
| |
Grid |
The VFP compatible Grid class.
| |
Header |
The VFP compatible Header class.
| |
Image |
The VFP compatible Image class.
| |
Label |
The VFP compatible Label class.
| |
Line |
The VFP compatible Line class.
| |
ListBox |
The VFP compatible Listbox class.
| |
MainWindow |
The VFP compatible MainWindow class.
Used to emulate the Visual FoxPro window object through _Screen
| |
OLEBoundControl |
The VFP compatible OLEBoundControl class.
| |
OLEControl |
The VFP compatible OLEControl class.
| |
OptionButton |
The VFP compatible OptionButton class.
| |
OptionGroup |
The VFP compatible OptionGroup class.
| |
Page |
The VFP compatible Page class.
| |
PageFrame |
The VFP compatible PageFrame class.
| |
ProjectHook |
The VFP compatible ProjectHook class.
| |
Relation |
The VFP compatible Relation class.
| |
ReportListener |
The VFP compatible ReportListener class.
| |
Separator |
The VFP compatible Separator class.
| |
Session |
The VFP compatible Session class.
| |
Shape |
The VFP compatible Session class.
| |
Spinner |
The VFP compatible Spinner class.
| |
TextBox |
The VFP compatible TextBox class.
| |
Timer |
The VFP compatible Timer class.
| |
ToolBar |
The VFP compatible ToolBar class.
| |
VFPException | ||
VFPOverride |
The VFPOverride class.
At code generation it captures the Owner and the Late-bound method to be called.
When the Call() is called, a late-bound called is done, using Send()
| |
VFPTools |
The VFPTools class.
| |
XMLAdapter |
The VFP compatible XMLAdapter class.
| |
XMLField |
The VFP compatible XMLAdapter class.
| |
XMLTable |
The VFP compatible XMLAdapter class.
|
Interface | Description | |
---|---|---|
IVFPControl |
Interface for controls that can be dragged
| |
IVFPEditable |
Interface for Editable Controls
| |
IVfPGraphics |
Interface for most objects that can contain a picture
| |
IVFPGroup |
Interface for groups
| |
IVFPHelp |
Interface for most objects that can have a Help Context ID
| |
IVFPImage |
Interface for most objects that can contain an image
| |
IVFPList |
Interface for most objects that contain a list of items
| |
IVFPObject |
Interface for most objects in the VFP UI
| |
IVFPOwner |
Interface for controls that can own other controls
| |
IVFPText |
Interface for Text Controls
|