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

File:AssignKeyFieldsEventArgs
Purpose:Event Argument class for the AssignKeyFields event of
the SmartDatasetAdapter class
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Jan 07 22:32:11 CET 2012


Top Constructor Summary
Options Name Purpose
+ AssignKeyFieldsEventArgs (handle, character) Constructor of the AssignKeyFieldsEventArgs property

Top Property Summary
Options Name Purpose
+ LOGICAL Assigned Get's and sets if an event handler has actually assigned the key fields and the SmartDatasetAdapter does not need to use it's default values (based on GUID or random numbers, based on the data type).
+ HANDLE BufferHandle Returns the handle to the new ProDataset buffer that should have the key fields assigned
+ CHARACTER KeyFields Returns the list of the KeyFields (comma delimited) that need to be assigned by the event handler


Constructor Detail
Top

PUBLIC AssignKeyFieldsEventArgs (handle, character)

Purpose: Constructor of the AssignKeyFieldsEventArgs property
Notes:

Parameters:
phBufferHandle HANDLE
The Buffer handle for the BufferHandle property
pcKeyFields CHARACTER
The key fields value for the KeyFields property


Property Detail
Top

PUBLIC LOGICAL Assigned

Purpose: Get's and sets if an event handler has actually assigned the
key fields and the SmartDatasetAdapter does not need to use it's
default values (based on GUID or random numbers, based on the
data type).
Notes: A handler of the AssignKeyFields event is supposed to set this property
to TRUE to signal that the SmartGroupCreateSource does not need to

Returns LOGICAL
Top

PUBLIC HANDLE BufferHandle

Purpose: Returns the handle to the new ProDataset buffer that should have the
key fields assigned
Notes:

Returns HANDLE
Top

PUBLIC CHARACTER KeyFields

Purpose: Returns the list of the KeyFields (comma delimited) that need to be
assigned by the event handler
Notes:

Returns CHARACTER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:30:44