Application Classes | ![]() |
Namespace | Class | Description |
---|---|---|
System.Linq | ||
VO | 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. | |
VO | Provide the base class from which all X# application windows are subclassed. | |
VO | ||
VO | Create the client for use in a drag-and-drop operation. | |
VO | Create the server for use in a drag-and-drop operation. | |
VO | Register an application as a client able to request and receive data from a designated server application. | |
VO | Register an application as a server able to access data on specific topics and update registered topics and update registered client applications. | |
VO | 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(). | |
VO | Create a global memory object and pass a data handle back to the application. | |
VO | Identify a file containing resource information. | |
VO | Identify and create a ResourceID using a numeric resource ID. | |
VO | Extract strings from a resource entity. | |
XSharp | Internal type that implements the VO Compatible CODEBLOCK type This type has methods that normally are never directly called from user code. | |
XSharp | ||
XSharp.Debugger | The Globals Window shows the globals in all the loaded assemblies that were compiled with X#. | |
XSharp.Debugger | The MemVars Window shows the Public and private memory variables for the current thread. | |
XSharp.Debugger | The Settings Window shows the global settings for the current thread. | |
XSharp.Debugger | ||
XSharp.Debugger | The Workareas window shows the open workareas/cursors in the current thread. Cursors for SqlExec() (FoxPro dialect) are also included. | |
XSharp.VFP | ||
XSharp.VFP | ||
XSharp.VFP |