Namespace: Consultingwerk.Windows.Controls
Class 
DatasetCodeAssistSchemaProvider Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object
Implements: Consultingwerk.Windows.Controls.ICodeAssistSchemaProvider

File:DatasetCodeAssistSchemaProvider
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sun Nov 26 22:41:48 CET 2017
Purpose: Gets and sets the handle of the source ProDataset
Notes:



Top Method Summary
Options Name Purpose
+ Consultingwerk.Framework.Collections.CharacterList GetBufferFields (character, character) Returns the list of Buffer Fields that start with the given characters
+ Consultingwerk.Framework.Collections.CharacterList GetBufferNames (character) Returns the list of Buffer Names that start with the given characters
+ LOGICAL HasBuffer (character) Returns if the schema contains the buffer name

Top Property Summary
Options Name Purpose
+ HANDLE DatasetHandle


Method Detail
Top

PUBLIC Consultingwerk.Framework.Collections.CharacterList GetBufferFields (character, character)

Purpose: Returns the list of Buffer Fields that start with the given
characters
Notes:

Parameters:
pcBufferName CHARACTER
The name of the buffer (EQ)
pcFieldName CHARACTER
The name of the fields (BEGINS)
Returns Consultingwerk.Framework.Collections.CharacterList
The CharacterList with the buffer field names
Top

PUBLIC Consultingwerk.Framework.Collections.CharacterList GetBufferNames (character)

Purpose: Returns the list of Buffer Names that start with the given
characters
Notes:

Parameters:
pcBufferName CHARACTER
The name of the buffer (BEGINS)
Returns Consultingwerk.Framework.Collections.CharacterList
The CharacterList with the buffer field names
Top

PUBLIC LOGICAL HasBuffer (character)

Purpose: Returns if the schema contains the buffer name
Notes:

Parameters:
pcBufferName CHARACTER
The name of the buffer to locate (EQ)
Returns LOGICAL
Logical value indicating if the schema contains the given buffer name


Property Detail
Top

PUBLIC HANDLE DatasetHandle


Returns HANDLE


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