Namespace: Consultingwerk.Windows.Util
Class 
UltraGridSelectedRowsHelper Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:UltraGridSelectedRowsHelper
Purpose:Provides support for processing selected rows in an UltraGrid
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Mon Apr 07 03:05:09 CEST 2014
Purpose: Constructor for the UltraGridSelectedRowsHelper class
Notes: Disallow instance creation



Top Method Summary
Options Name Purpose
+ CopySelectedRowsToProDataset (UltraGrid, character, handle, handle) Copies selected rows in the Ultragrid's first Band from a source ProDataset to the target ProDataset
+ CopySelectedRowsToTempTable (UltraGrid, handle, handle) Copies selected rows in the Ultragrid's first Band from a source Temp-Table to the target Temp-Table

Top Constructor Summary
Options Name Purpose
- UltraGridSelectedRowsHelper () Constructor for the UltraGridSelectedRowsHelper class


Method Detail
Top

PUBLIC CopySelectedRowsToProDataset (UltraGrid, character, handle, handle)

Purpose: Copies selected rows in the Ultragrid's first Band from a source
ProDataset to the target ProDataset
Notes:

Parameters:
poGrid Infragistics.Win.UltraWinGrid.UltraGrid
The UltraGrid that contains the selected rows
pcTables CHARACTER
The comma delimited list of Tables to process
phSourceDataset HANDLE
The Source ProDataset
phTargetDataset HANDLE
The Target ProDataset
Top

PUBLIC CopySelectedRowsToTempTable (UltraGrid, handle, handle)

Purpose: Copies selected rows in the Ultragrid's first Band from a source
Temp-Table to the target Temp-Table
Notes:

Parameters:
poGrid Infragistics.Win.UltraWinGrid.UltraGrid
The UltraGrid that contains the selected rows
phSourceTable HANDLE
The Source Temp-Table
phTargetTable HANDLE
The Target Temp-Table


Constructor Detail
Top

PRIVATE UltraGridSelectedRowsHelper ()

Purpose: Constructor for the UltraGridSelectedRowsHelper class
Notes: Disallow instance creation



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