LastRowOnPage

Description

The last row currently visible in the DataWindow.

Applies to

DataWindows

Syntax

PowerBuilder dot notation:

dw_control.Object.DataWindow.LastRowOnPage

Describe argument:

"DataWindow.LastRowOnPage"

Examples

Example 1

string setting

setting = dw1.Object.DataWindow.LastRowOnPage

Example 2

setting = dw1.Describe("DataWindow.LastRowOnPage")