Visual RPG 9.0 Language Tour  

Creating and Using Objects

Objects are a combination of code and data that can be treated as a single unit. Nearly everything you do in Visual RPG involves objects, from the controls you use to the forms on which you place them. This section discusses howobjects originate and how to use them.

In This Section

Objects from Visual RPG and Other Sources
Discusses how to use objects from Microsoft Word, Microsoft Excel, and other applications.
Setting and Retrieving Properties
Discusses how to change and obtain property values.
Performing Actions with Methods
Describes what methods are and how to use them.
Treating Forms as Objects
Shows how to use forms in the same way as ordinary objects.

Related Sections

Objects
Covers object-oriented programming fundamentals.