Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
These commands and functions make it possible for you to create and manipulate classes and objects.
Use |
To |
|---|---|
Run a parent class method from within a subclass method. |
|
Create a control or object that can be activated with READ. |
|
Contain the name of the Visual FoxPro wizard application. |
|
Place an object's class name and its ancestor class names into a variable array. |
|
Place the names of all open databases and their paths into a variable array. |
|
Place the names of named connections, relations, tables, or SQL views in the current database into a variable array. |
|
Add a class definition to a .vcx visual class library. |
|
Display class libraries in the Open dialog box and create an array containing the name of the class library and class chosen. |
|
Place instances of a class into a variable array and returns the number of instances placed in the array. |
|
Place the names of properties, procedures, and member objects for an object into a variable array. |
|
Create an array containing information about the mouse pointer position and the object over which the mouse pointer is positioned. |
|
Place an object reference for the currently selected control or container that exists in the Form Designer, Class Designer, or code editing window into a specified variable array. |
|
Place the information about classes in a class library into an array. |
|
Contain the name of the Visual FoxPro builder application. |
|
Return registry information about a COM object such as a Visual FoxPro automation server. |
|
Compare the properties of two objects and returns True (.T.) if their properties and property values are identical. |
|
Open the Class Designer, allowing you to create a new class definition. |
|
Create a new, empty visual class library (.vcx) file. |
|
Create an object from a class definition or an Automation-enabled application. |
|
Create a user-defined class or subclass and specifies the properties, events, and methods for the class or subclass. |
|
Display information about an object or a group of objects. |
|
Provide access to COM object properties, methods, and events through early binding. |
|
Activate an Automation object and creates a reference to the object. |
|
Continuously display information about an object or a group of objects |
|
Create an object reference for a bitmap, icon, or Windows meta file. |
|
Open the Class Designer, making it possible for you to modify an existing class definition or create a new class definition. |
|
Create a new class or object directly from a visual class library (.vcx) file or program (.prg) file without opening the file. |
|
Close .vcx visual class libraries containing class definitions. |
|
Remove a class definition from a .vcx visual class library. |
|
Rename a class definition contained in a .VCX visual class library. |
|
Create a bitmap (.bmp) file from a picture object reference. |
|
Specify properties and methods for the main Visual FoxPro window. |
|
Open a .vcx visual class library containing class definitions. |
|
Specify whether Visual FoxPro searches the registry when an object cannot be located. |
|
Specify multiple properties for an object. |