The DataWindow control is a container for DataWindow objects in an application. It provides properties, methods, and events for manipulating the data and appearance of the DataWindow object. The DataWindow control is part of the user interface of your application.
You also use DataWindow objects in the nonvisual DataStore and in child DataWindows, such as drop-down DataWindows and composite presentation styles. For more information about DataStores, see Chapter 4, “Using DataStore Objects.” For more information about drop-down DataWindows and composite DataWindows, see the PowerBuilder Users Guide.
To use the DataWindow object in an application, you add a DataWindow control to a window or form, then associate that control with the DataWindow object, as illustrated in Figure 2-1:
Figure 2-1: Putting a DataWindow object into a DataWindow control
This section has information about:
Procedures for inserting a control and assigning a DataWindow object to the control
For information about assigning a DataWindow object to a Web DataWindow control, see “Loading the DataWindow object”.
For information about assigning a DataWindow object to a Web control for ActiveX, see “Specifying a DataWindow object for the control”.