VO Namespace |
Class | Description | |
---|---|---|
Accelerator |
Create an accelerator table.
| |
AdsSQLServer | ADS Compatible DbServer class that received a Sql Select statement in its constructor | |
AnimationControl |
Create an animation control.
| |
App |
Create an entity that represents the overall application. Please note that you have to create a subclass of App in your code and add a Start() method to this class. You can't add a Start() method to the App() class inside GUI Classes like you can in VO.
| |
AppCommandEvent |
Provide information about an AppCommand event, which is launched by the extra keys on an extended keyboard or mouse.
| |
AppWindow |
Provide the base class from which all X# application windows are subclassed.
| |
BaseListBox |
Provide the base class from which all X# list boxes are subclassed.
| |
Bitmap |
Create a bitmap, which is a bit pattern entity—that is, a two-dimensional array of pixels, each pixel having color attributes (monochrome or color).
| |
BitmapObject |
Create a Bitmap object; this type of entity is part of the DrawObject hierarchy, which provides a means of displaying and manipulating various objects.
| |
BoundingBox |
Create a bounding box, which is a set of four numbers that represent the bottom-left and top-right corners of a rectangle.
| |
Brush |
Create a brush, which can be used by the Window:PaintBoundingBox() method and the DrawObject hierarchy.
| |
Button |
Provide the base class from which all X# buttons are subclassed.
| |
ButtonImageList |
Create an image list for use with buttons.
| |
CEmail |
Provide a class to store and decode all data for an e-mail.
| |
CFtp |
Wrapper class for high-level File Transfer Protocol (FTP) functions provided by Microsoft in Wininet.dll.
| |
CheckBox |
Create check boxes, which are controls that can be toggled on or off by a user (or for 3-state check boxes, to a third state).
| |
ChildAppWindow |
Create child application windows.
| |
CHttp |
Wrapper class for an Http (Hypertext transfer protocol) session.
| |
CImap | ||
CINetDial | ||
Clipboard | ||
CMailAbstract |
Base class for CPop, CSmtp and CNNTP classes.
| |
CMessage |
Base class for CEmail class.
| |
CNews |
To encapsulate Internet news messages.
| |
CNNTP |
Create an Internet News Server based on NNTP (Network News Transport Protocol).
| |
Color |
Select or create a color, which can be used by a Brush, Pen, or DrawObject object.
| |
ComboBox |
Create a combo box, which is used when you need to provide the user with both a list of choices and an edit control (to optionally allow them to type in their own choice).
| |
ComboBoxEx |
Encapsulate a ComboBoxEx control.
| |
ComboBoxExEndEditEvent |
Provide information about a ComboBoxEx EndEdit event
| |
ComboBoxExItem |
This class contains all properties of a ComboBoxEx item.
It is used with the ComboBoxEx methods
ComboBoxEx:SetItemAttributes()
ComboBoxEx:GetItemAttributes()
ComboBoxEx:InsertItem()
| |
Console |
Encapsulate a Win32 console application.
| |
ConsoleCoord |
A helper class encapsulating a console window's coordinates.
| |
Control |
Provide the base class from which all X# controls are subclassed.
| |
ControlEvent |
Provide information about a control that generated a control event.
| |
ControlFocusChangeEvent |
Provide information about an ControlFocusChangeEvent, generated when a control gains or loses the keyboard focus.
| |
ControlNotifyEvent |
Provide information about a control notification event, which is generated when a control is required to notify its parent window of an event.
| |
ControlWindow |
Create a control as part of the Window hierarchy, thereby allowing the behavior of the control to be customized using event handlers.
| |
CPop |
Provide a class for Internet Post Office Protocol (POP).
| |
CSession |
Abstract class for wrapping an Internet session.
| |
CSmtp |
Provide a class for Internet Protocol SMTP.
| |
CSocket |
Provide a class for low-level TCP/IP programming.
| |
CStorage |
Provide an interface to handle large Email Messages and attachments
| |
Cursor |
Create a text cursor, which is used to visually represent the position in a window where the next piece of text appears.
| |
CustomControl |
Provide a base custom control class from which to derive specialized custom controls.
| |
DataBrowser |
Create a data browser, which is a spreadsheet-like table for displaying information from a data server.
| |
DataColumn |
Create columns for use in a data browser.
| |
DataDialog |
Create a data window that behaves like a modal dialog window (also commonly referred to as a dialog box).
| |
DataField |
Create a field, which is an object that holds information that defines a particular field in a data server (for example, the field's data type and length).
| |
DataListView |
Create a data list view as a faster, read-only, standalone control and an alternative to a data browser.
| |
DataServer |
Provide the base class from which all X# data servers are subclassed.
| |
DataWindow |
Create a data window which is capable of interacting intelligently with a data server.
| |
DateFS |
Create a date field specification which holds date data type information.
| |
DateRange |
An auxiliary class used by the DateTimePicker and MonthCalendar controls to represent a date range.
| |
DateTimePicker |
Encapsulate a DateTimePicker control.
| |
DateTimeSelectionEvent |
Provide information about a date time selection event, which is generated when a user selected a Date or Time in a DateTimePicker control.
| |
DbFileSpec |
Hold the file name and path for a .DBF file and provide DBF-related functions, such as creating, copying, deleting, moving, and renaming files.
| |
DbServer |
Create a data server that can operate with existing .DBF database files and their associated index files.
| |
DialogWindow |
Create a dialog window (also commonly referred to as a dialog box), which allows the application and end user to interact. This type of dialog can be modal or modeless (see the description below).
| |
Dimension |
Create a Dimension object, which is used to describe the size of two-dimensional objects using ordered pair coordinates (width, height or x, y).
| |
DragDropClient |
Create the client for use in a drag-and-drop operation.
| |
DragDropServer |
Create the server for use in a drag-and-drop operation.
| |
DragEvent |
Provide information about a drag event, which enables the drag-and-drop client (the receiving window) to track the progress of the mouse during the drag operation and to identify the files that the user can drop.
| |
DrawObject |
Provide the base class from which all X# DrawObject objects are subclassed.
| |
Edit |
Provide the base class from which all X# edit controls are subclassed.
| |
EditFocusChangeEvent |
Provide information about an EditFocusChangeEvent, generated when an edit control (i.e., SingleLineEdit, MultiLineEdit, or EditWindow) gains or loses the keyboard focus.
| |
EditWindow |
Create an edit control as part of the Window hierarchy, thereby allowing the behavior of the edit control to be customized using event handlers.
| |
EllipseObject |
Create an EllipseObject object; this type of entity is part of the DrawObject hierarchy, which provides a means of displaying and manipulating various objects.
| |
ErrorBox |
Present the user with an error message box.
| |
Event |
Provide the base class from which all X# events are subclassed.
| |
EventContext |
Provide the base class from which all X# event-handling classes are subclassed, embodying the elements needed by any objects that receive events.
| |
ExplorerWindow |
Create an explorer window.
| |
ExposeEvent |
Provide information about an ExposeEvent, used to notify a window that it may need to be repainted.
| |
FieldSpec |
Create a field specification, which holds general data type information about data elements, such as database fields and window controls.
| |
FileSpec |
Create a file specification, which provides a useful framework for managing file names and paths.
| |
FixedBitmap |
Create a FixedBitmap object. Unlike the bitmaps created by the Bitmap class, fixed bitmaps are static—they do not need to be redisplayed every time an ExposeEvent occurs. FixedBitmap objects can be created dynamically or from a resource entity.
| |
FixedIcon |
Create a FixedIcon object. Unlike the icons created by the Icon class, fixed icons are static—they do not need to be redisplayed every time an ExposeEvent occurs. FixedIcon objects can be created dynamically or from a resource entity.
| |
FixedImage |
Provide the base class from which FixedBitmap and FixedIcon are subclassed.
| |
FixedText |
Create a FixedText object.
| |
FocusChangeEvent |
Provide information about a FocusChangeEvent, used to indicate a change in window focus (i.e., gaining or losing focus).
| |
Font |
Create a font, which describes how characters are displayed on a window.
| |
FormattedTextObject |
Provide a way to format a string specifying position (origin), font, and color.
| |
GroupBox |
Create a group box, which can be used to group related controls together.
| |
HelpDisplay |
Create a link to the help system in use.
| |
HelpRequestEvent |
Provide information about a HelpRequestEvent, used to describe the context and item combinations for which help is requested. (This can be help for controls, menu commands, and specific areas of a window.)
| |
HorizontalScrollBar |
Create a horizontal scroll bar that is independent of its owner window.
| |
HorizontalSelectionSlider |
Create a horizontal selection slider control.
| |
HorizontalSlider |
Create a horizontal slider control.
| |
HorizontalSpinner |
Create a spinner with horizontal arrow buttons.
| |
HotKey |
Create a hot key.
| |
HotKeyEdit |
Create a hot key edit.
| |
HotKeyRule |
Create a hot key rule.
| |
HyperLabel |
Create a hyperlabel, which stores information about another object.
| |
HyperLink |
Create a HyperLink control.
| |
Icon |
Create an icon, which is a small bitmap that the system displays for a window when it is iconized in its owner window.
| |
ImageList |
Create an image list.
| |
InfoBox |
Present the user with informational message box.
| |
IntegerFS |
Create an integer field specification, which holds integer data type information.
| |
IPAddress |
Edit control to edit an IP address that consists of 4 numbers
| |
IpcClient |
Register an application as a client able to request and receive data from a designated server application.
| |
IpcClientErrorEvent |
Provide information about an IpcClientErrorEvent, used to indicate what type of error event occurred in an IPC server.
| |
IpcDataRequestEvent |
Provide information about an IpcDataRequestEvent, used to store the topic name (and length) and the item name (and length) for which data has been requested.
| |
IpcDataUpdateEvent |
Provide information about an IpcDataUpdateEvent, used to store information about the topic name, item name, and the new data.
| |
IpcEvent |
Provide the base class from which all Ipc event classes are subclassed.
| |
IpcExecuteRequestEvent |
Provide information about an IpcExecuteRequestEvent, used to store information about the topic, item, and command string.
| |
IpcServer |
Register an application as a server able to access data on specific topics and update registered topics and update registered client applications.
| |
IpcTopic |
Create topic (and items) to be supported by an IPC server and which IPC clients can request. These objects are used by IpcServer:AddTopic() and IpcClient:RequestData().
| |
IpcTopicData |
Create a global memory object and pass a data handle back to the application.
| |
KeyEvent |
Provide information about a KeyEvent, used to encapsulate information about the key that was pressed.
| |
LineObject |
Create a LineObject object; this type of entity is part of the DrawObject hierarchy, which provides a means of displaying and manipulating various objects.
| |
ListBox |
Create a list box.
| |
ListView |
Create a list view control.
Important - Microsoft Note - Under visual styles GridLines are not always displayed correctly.
| |
ListViewColumn |
Create a list view column.
| |
ListViewColumnClickEvent |
Provide information about a list view column click event, which is generated when the header of a column in a list view control is clicked.
| |
ListViewDeleteEvent |
Provide information about a list view delete event, which is generated when an item in a list view control is deleted.
| |
ListViewDragEvent |
Provide information about a list view drag event, which is generated when an item in a list view control is dragged.
| |
ListViewEditEvent |
Provide information about a list view edit event, which is generated when the label of an item in a list view control is edited.
| |
ListViewItem |
Create a list view item.
| |
ListViewItemEvent |
Provide information about events generated when operations with list view items are taking place.
| |
ListViewKeyEvent |
Provide information about a list view key event, which is generated when a key is pressed while the list view control has the input focus.
| |
ListViewMouseEvent |
Provide information about a list view mouse event, which is generated when a mouse button in a list view control is clicked or double-clicked.
| |
LogicFS |
Create a logic field specification, which holds logic data type information.
| |
Menu |
Create a menu. Menus consist of items which the user selects for execution; a menu item can be a string, a bitmap, or another menu.
| |
MenuCommandEvent |
Provide information about a MenuCommandEvent, generated when the user executes a menu item, either directly or through the use of accelerator keys.
| |
MenuInitEvent |
Provide information about a MenuInitEvent, generated when the user first activates a menu for the first time.
| |
MenuSelectEvent |
Provide information about a MenuSelectEvent, generated whenever a menu item is highlighted on a menu (menu items are highlighted as the user moves either the mouse or the highlight bar up or down a menu).
| |
MinMaxInfoEvent |
Provide information about a MinMaxInfoEvent, generated whenever the size or position of a window is about to change. The MinMaxInfoEvent object describes the maximised width, height and position of the maximised window in addition to the minimum and maximum height and width of the window.
| |
ModelessDialog |
Create a modeless dialog window (also commonly referred to as a dialog box), which are used to present a collection of controls for user input and output.
| |
MoneyFS |
Create a money field specification, which holds money data type information.
| |
MonthCalendar |
Encapsulate a standalone MonthCalendar control.
| |
MonthCalSelectionEvent |
Provide information about a monthcalendar selection event, which is generated when a user selects a date in a MonthCalendar control.
| |
MouseEvent |
Provide information about the location of the mouse, as well as which mouse button was pressed, when a MouseEvent occurred.
| |
MoveEvent |
Provide information about a MoveEvent, used to notify the program that the user is in the process of moving a window.
| |
MultiLineEdit |
Create a multiline edit control for displaying and entering information to a variable or field in a server. Multiline edit controls may be bound to a data server field of any type (character, date, logical, numeric, or memo).
| |
MultiMediaContainer |
Implement a container window for displaying multimedia data.
| |
NumberFS |
Create a number field specification, which holds numeric data type information.
| |
OLEDataWindow |
Create a data window capable of hosting OLE objects.
| |
OleDragEvent | ||
OLEShellWindow |
Create a specialized shell window that includes support for in-place active OLE objects.
| |
OpenDialog |
Present the user with a standard "file open" dialog box.
| |
OrderSpec |
OrderSpec class was designed to model index information at the order level - not file level - and complement the DBFileSpec class.
| |
Pair |
Provide the base class from which all X# objects containing ordered pairs of values are subclassed.
| |
PaletteDialog |
Present the user with a standard color palette dialog box, allowing the user to define custom colors.
| |
Pen |
Create a pen, which can be used to draw lines in a particular color, style, and width. Pens are used by the Window:LineTo() method and the DrawObject hierarchy.
| |
PieObject |
Construct a PieObject object.
| |
Point |
Create a point, which is used to describe a location on the canvas of a window.
| |
Pointer |
Create a mouse cursor, which is used to visually represent the mouse in a window.
| |
Printer |
Create an object that represents a single print job.
| |
PrinterErrorEvent |
Provide information about a PrinterErrorEvent, used to describe errors that occur during a print job (for example, insufficient memory or disk space).
| |
PrinterExposeEvent |
Provides facilities for determining the number of the page to be painted, as well as the area of the page to be painted.
| |
PrintingDevice |
Create an object that allows you to set up the printing device for an application. It also allows you to invoke the standard dialog box to configure a default printer and change values, such as changing the page orientation or paper source.
| |
ProgressBar |
Create a progress bar.
| |
PushButton |
Create a push button, which can be used to initiate an event and associated action when clicked on by the user.
| |
RadioButton |
Create a radio button.
| |
RadioButtonGroup |
A group of radio buttons considered as a combination control, presenting a set of options and returning a single value.
| |
Range |
Create a range, representing the minimum and maximum values of the coordinates (or scroll units) that the thumb position on a scroll bar can move—up or down, left or right.
| |
RectangleObject |
Create a RectangleObject object; this class is part of the DrawObject hierarchy, which provides a means of displaying and manipulating various geometric objects.
| |
ResizeEvent |
Provide information about the ResizeEvent, used to indicate that a window has been resized.
| |
ResourceFile |
Identify a file containing resource information.
| |
ResourceID |
Identify and create a ResourceID using a numeric resource ID.
| |
ResourceString |
Extract strings from a resource entity.
| |
RichEdit |
Create a rich edit control.
| |
RichEditProtectEvent |
Provide information about a rich edit protection event, which is generated when the user attempts to edit protected text in a rich edit control.
| |
RichEditSelectionEvent |
Provide information about a rich edit selection event, which is generated when the selection in a rich edit control is changed.
| |
SaveAsDialog |
Provide standard save-file dialog facilities.
| |
ScrollBar |
Provide the base class from which all X# scroll bars are subclassed.
| |
ScrollEvent |
Provide information about a ScrollEvent, generated when a scroll bar is manipulated.
| |
SelectDialog |
Present the user with a standard color palette dialog box.
| |
Selection |
Create a selection, which represents the start and end of a text selection in an edit control as an ordered pair.
| |
SelectionSlider |
Create a selection slider.
| |
ShapeObject |
Provide an intermediate class from which all X# two-dimensional objects are subclassed.
| |
ShellWindow |
Create a shell window, which provides MDI support for your applications.
| |
SingleLineEdit |
Create a single-line edit control for displaying and entering information to a variable or field in a server.
Single-line edit controls may be bound to a data server field of any type (character, date, logical, numeric, or memo).
| |
Slider |
Create a slider control.
| |
SliderEvent |
Provide information about a slider event, which is generated when the thumb of a slider is dragged with the mouse or moved by pressing the Direction keys.
| |
Spinner |
Create a spinner.
| |
SpinnerEvent |
Provide information about a spinner event, which is generated when either of the spinner's arrow buttons is clicked.
| |
SplitWindow |
Create a split window.
| |
SQLCatalogQuery |
Provide the base class from which all X# catalog classes are subclassed.
| |
SQLColumn |
Describe an SQL column.
| |
SQLColumnAttributes |
Describe the attributes of an SQL column.
| |
SQLConnection |
Manage an SQL connection to an ODBC data source. A SQLConnection object is needed before any database operations can be performed.
| |
SQLData |
Represent an SQL data value; used internally by SQL classes.
| |
SQLErrorInfo |
Describe a SQL error.
| |
SQLListColumnPrivileges |
List the columns and associated privileges for one or more tables.
| |
SQLListColumns |
List the column names in specified tables.
| |
SQLListForeignKeys |
List the column names that comprise foreign keys, if they exist for a specified table.
| |
SQLListPrimaryKeys |
List the column names that comprise the primary key for a table.
| |
SQLListProcedureColumns |
List the input and output procedure parameters and columns that make up the result set for the specified procedures.
| |
SQLListProcedures |
List the procedure names stored in a specific data source.
| |
SQLListSpecialColumns |
List information about the optimal set of columns that uniquely identifies a row in a specified table or the columns that are updated automatically when any value in the row is updated by a transaction.
| |
SQLListStatistics |
List the table statistics and the indexes.
| |
SQLListTablePrivileges |
List the tables and associated privileges.
| |
SQLListTables |
List the table names stored in a specific data source.
| |
SQLListTypeInfo |
List the ODBC data types that are supported by this connection.
| |
SqlParameter | ||
SQLSelect |
Manage a SQL select statement to select a set of rows from an ODBC data source. The rows can be read, modified, or deleted using the SQLSelect methods.
| |
SQLStatement |
Manage a SQL statement.
| |
SQLTable |
Manage a table.
| |
SQLValue |
Describe a SQL value.
| |
StandardColorDialog |
Provide the base class from which all X# color dialog boxes are subclassed.
| |
StandardDialog |
Provide the base class from which all X# standard dialog boxes are subclassed.
| |
StandardFileDialog |
Provide the base class from which all X# standard file-oriented dialog boxes are subclassed.
| |
StandardFolderDialog |
Encapsulate a standard folder dialog.
| |
StandardFontDialog |
Provide standard font dialog facilities.
| |
StatusBar |
Create a status bar for use in a window.
| |
StatusBarItem |
Create a status bar item.
| |
StatusBarKeyItem |
Create a status bar item to display CapsLock, Numlock and Insert keys
| |
StdSocket | ||
StringFS |
Create a string field specification, which holds string data type information.
| |
SysLink |
Create a SysLink control.
| |
SysLinkSelectEvent |
Provide information about an event that gets generated when a SysLink control is selected
| |
SystemMenu |
Create a system menu.
| |
TabControl |
Create a tab control.
| |
TextBox |
Present the user with a text message box.
| |
TextControl |
Provide the base class from which all X# controls are subclassed.
| |
TextObject |
Create a text-drawing object.
| |
ToolBar |
Create a toolbar.
| |
TopAppWindow |
Create a top-level application window.
| |
TreeView |
Create a tree view control.
| |
TreeViewDeleteEvent |
Provide information about a tree view delete event, which is generated when an item in a tree view control is deleted.
| |
TreeViewDragEvent |
Provide information about a tree view drag event, which is generated when an item in a tree view control is dragged.
| |
TreeViewEditEvent |
Provide information about a tree view edit event, which is generated when the label of an item in a tree view control is edited.
| |
TreeViewExpandedEvent |
Provide information about a tree view expanded event, which is generated when an item in a tree view is expanded or collapsed, exposing or hiding its children.
| |
TreeViewExpandingEvent |
Provide information about a tree view expanding event, which is generated when an item in a tree view is about to be expanded or collapsed, exposing or hiding its children.
| |
TreeViewItem |
Create a tree view item.
| |
TreeViewKeyEvent |
Provide information about a tree view key event, which is generated when a key is pressed while the tree view control has the input focus.
| |
TreeViewMouseEvent |
Provide information about a tree view mouse event, which is generated when a mouse button in a tree view control is clicked or double-clicked.
| |
TreeViewSelectionEvent |
Provide information about a tree view selection event, which is generated when the current selection in a tree view control has changed or is about to change.
| |
VerticalScrollBar |
Create a vertical scroll bar.
| |
VerticalSelectionSlider |
Create a vertical selection slider control.
| |
VerticalSlider |
Create a vertical slider control.
| |
VerticalSpinner |
Create a spinner with vertical arrow buttons.
| |
WarningBox |
Create a warning message box.
| |
Window |
Provide the base class from which all X# windows are subclassed.
| |
WindowHorizontalScrollBar |
Create a window horizontal scroll bar.
| |
WindowScrollBar |
Abstract class for Windows Scrollbars
| |
WindowVerticalScrollBar |
Create a window vertical scroll bar.
|