Namespace: Consultingwerk.WindowIntegrationKit.Controls
Class 
RepositionedRow Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:RepositionedRow
Purpose:Holder structure for the values set by the
SET-REPOSITIONED-ROW method
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Feb 16 20:48:18 CET 2014
Purpose: The reposition mode
Notes: "ALWAYS"
Specifies that the REPOSITION TO ROWID statement always uses the
indicated row number. If all of the records in a result set fit in
the browse viewport, the REPOSITION statement only moves focus to
the existing row.
"CONDITIONAL"
Specifies that the REPOSITION TO ROWID statement uses the indicated
row number unless the new row is already in the browse viewport. In
this case, the REPOSITION statement moves focus to the existing row.


Top Constructor Summary
Options Name Purpose
+ RepositionedRow () Constructor for the RepositionedRow class
+ RepositionedRow (integer, character) Constructor for the RepositionedRow class
+ RepositionedRow (integer, RepositionModeEnum) Constructor for the RepositionedRow class

Top Property Summary
Options Name Purpose
+ Consultingwerk.WindowIntegrationKit.Controls.RepositionModeEnum RepositionMode
+ INTEGER RowIndex


Constructor Detail
Top

PUBLIC RepositionedRow ()

Purpose: Constructor for the RepositionedRow class
Notes:

Top

PUBLIC RepositionedRow (integer, character)

Purpose: Constructor for the RepositionedRow class
Notes:

Parameters:
piRowIndex INTEGER
The row index
pcRepositionMode CHARACTER
The character representation for of the reposition mode
Top

PUBLIC RepositionedRow (integer, RepositionModeEnum)

Purpose: Constructor for the RepositionedRow class
Notes:

Parameters:
piRowIndex INTEGER
The row index
poRepositionMode Consultingwerk.WindowIntegrationKit.Controls.RepositionModeEnum
The character representation for of the reposition mode


Property Detail
Top

PUBLIC Consultingwerk.WindowIntegrationKit.Controls.RepositionModeEnum RepositionMode


Returns Consultingwerk.WindowIntegrationKit.Controls.RepositionModeEnum
Top

PUBLIC INTEGER RowIndex


Returns INTEGER


©2006-2023 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       15.04.2024 06:17:54