Namespace: Consultingwerk.Windows.ListAndLabel
Class 
ListReportBuffer Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.Framework.Base.GenericList
Implements: IArrayList, IEnumerable, ISupportsListChanged, ISupportsListHash




Top Method Summary
Options Name Purpose
Consultingwerk.Windows.ListAndLabel.ReportBuffer Add (character, DefineBufferAsEnum, logical) Creates a ReportBuffer with the given values and adds it to the List
Consultingwerk.Windows.ListAndLabel.ReportBuffer Add (ReportBuffer) Adds an item to the generic List
Add (ReportBuffer[]) Adds an array of items to the generic List
Consultingwerk.Windows.ListAndLabel.ReportBuffer AddWhenNotContained (ReportBuffer) Adds an item to the generic List only when it is not yet contained - silently ignores keys that are already contained
Consultingwerk.Windows.ListAndLabel.ReportBuffer GetItem (integer) Retrieves an item from the generic List
Consultingwerk.Windows.ListAndLabel.ReportBuffer GetItemByBufferName (character) Gets a ReportBuffer definition by the Buffer Name
LOGICAL IsEmpty () Returns if the List is empty
Consultingwerk.Windows.ListAndLabel.ReportBuffer Replace (ReportBuffer, ReportBuffer) Replaces an item in the generic List
Consultingwerk.Windows.ListAndLabel.ReportBuffer ToArray () Returns an Array with the elements of the List


Method Detail
Top

Consultingwerk.Windows.ListAndLabel.ReportBuffer Add (character, DefineBufferAsEnum, logical)

Purpose: Creates a ReportBuffer with the given values and adds it to the List
Notes:

Parameters:
pcBufferName CHARACTER
The name of the record buffer
poDefineBufferAs Consultingwerk.Windows.ListAndLabel.DefineBufferAsEnum
An DefineBufferAsEnum value
plMultiple LOGICAL
Logical value indicating if the buffer will be iterated using a Query
Returns Consultingwerk.Windows.ListAndLabel.ReportBuffer
The new ReportBuffer
Top

Consultingwerk.Windows.ListAndLabel.ReportBuffer Add (ReportBuffer)

Purpose: Adds an item to the generic List
Notes:

Parameters:
poItem Consultingwerk.Windows.ListAndLabel.ReportBuffer
And item of the Lists member type
Returns Consultingwerk.Windows.ListAndLabel.ReportBuffer
The new Item added to the List
Top

Add (ReportBuffer[])

Purpose: Adds an array of items to the generic List
Notes:

Parameters:
poItem Consultingwerk.Windows.ListAndLabel.ReportBuffer
An array of items of the Lists member type
Top

Consultingwerk.Windows.ListAndLabel.ReportBuffer AddWhenNotContained (ReportBuffer)

Purpose: Adds an item to the generic List only when it is not
yet contained - silently ignores keys that are already
contained
Notes:

Parameters:
poItem Consultingwerk.Windows.ListAndLabel.ReportBuffer
And item of the Lists member type
Returns Consultingwerk.Windows.ListAndLabel.ReportBuffer
The new Item added to the List
Top

Consultingwerk.Windows.ListAndLabel.ReportBuffer GetItem (integer)

Purpose: Retrieves an item from the generic List
Notes:

Parameters:
piIndex INTEGER
The 1 based index of the item to retrieve
Returns Consultingwerk.Windows.ListAndLabel.ReportBuffer
The item of the Lists member type
Top

Consultingwerk.Windows.ListAndLabel.ReportBuffer GetItemByBufferName (character)

Purpose: Gets a ReportBuffer definition by the Buffer Name
Notes:

Parameters:
pcBufferName CHARACTER
The Buffer Name
Returns Consultingwerk.Windows.ListAndLabel.ReportBuffer
The ReportBuffer or ?
Top

LOGICAL IsEmpty ()

Purpose: Returns if the List is empty
Notes:

Returns LOGICAL
Logical value indicating if the list if empty
Top

Consultingwerk.Windows.ListAndLabel.ReportBuffer Replace (ReportBuffer, ReportBuffer)

Purpose: Replaces an item in the generic List
Notes:

Parameters:
poExistingItem Consultingwerk.Windows.ListAndLabel.ReportBuffer
The item to replace
poNewItem Consultingwerk.Windows.ListAndLabel.ReportBuffer
The new item
Returns Consultingwerk.Windows.ListAndLabel.ReportBuffer
The reference to the replaced item
Top

Consultingwerk.Windows.ListAndLabel.ReportBuffer ToArray ()

Purpose: Returns an Array with the elements of the List
Notes:

Returns Consultingwerk.Windows.ListAndLabel.ReportBuffer
The array of elements of the Lists member type


©2006-2026 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       13.04.2026 10:33:17