Namespace: Consultingwerk.SmartComponents.Base
Class 
RepositionAfterUpdateRowEventArgs Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.EventArgs

File:RepositionAfterUpdateRowEventArgs
Purpose:Argument for the RepositionAfterUpdateRow event of the
SmartDatasetAdapter and SmartBusinessEntityAdapter. Allows
customized handling of repositioning to the updated row
(e.g. open the query with different arguments), allows to
prevent the error on repositioning when e.g. the query
needs to be opened with a different query string to match
the new row
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Nov 01 11:55:23 CET 2014


Top Constructor Summary
Options Name Purpose
RepositionAfterUpdateRowEventArgs (handle, rowid, logical) Constructor for the RepositionAfterUpdateRowEventArgs class

Top Property Summary
Options Name Purpose
LOGICAL Created
LOGICAL Handled
HANDLE QueryHandle
ROWID Rowid


Constructor Detail
Top

RepositionAfterUpdateRowEventArgs (handle, rowid, logical)

Purpose: Constructor for the RepositionAfterUpdateRowEventArgs class
Notes:

Parameters:
phQuery HANDLE
The handle of the QUERY
proRowid ROWID
The ROWID of the record that was attempted to reposition to
plCreated LOGICAL
Logical value indicating if the row was created


Property Detail
Top

LOGICAL Created


Returns LOGICAL
Top

LOGICAL Handled


Returns LOGICAL
Top

HANDLE QueryHandle


Returns HANDLE
Top

ROWID Rowid


Returns ROWID


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       30.03.2026 11:05:52