Top Method Summary
Options Name Purpose
Consultingwerk.ListQueryExpression Add (character, ListQueryExpression) Adds an item to the generic Dictionary
Consultingwerk.ListQueryExpression AddWhenNotContained (character, ListQueryExpression) Adds an item to the generic Dictionary
Consultingwerk.ListQueryExpression GetItem (character) Retrieves an item from the generic Dictionary
Consultingwerk.ListQueryExpression GetItemOrNull (character) Retrieves an item from the generic Dictionary

Top Property Summary
Options Name Purpose
LOGICAL IsEmpty


Method Detail
Top

Consultingwerk.ListQueryExpression Add (character, ListQueryExpression)

Purpose: Adds an item to the generic Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Consultingwerk.ListQueryExpression
And item of the Lists member type
Returns Consultingwerk.ListQueryExpression
The item that was added to the List
Top

Consultingwerk.ListQueryExpression AddWhenNotContained (character, ListQueryExpression)

Purpose: Adds an item to the generic Dictionary
Notes:

Parameters:
pcKey CHARACTER
The key value
poItem Consultingwerk.ListQueryExpression
And item of the Lists member type
Returns Consultingwerk.ListQueryExpression
The item that was added to the List
Top

Consultingwerk.ListQueryExpression GetItem (character)

Purpose: Retrieves an item from the generic Dictionary
Notes: CAST's the element from the underlying Progress.Lang.Object

Parameters:
pcKey CHARACTER
The key of the item to retrieve
Returns Consultingwerk.ListQueryExpression
The item of the Lists member type
Top

Consultingwerk.ListQueryExpression GetItemOrNull (character)

Purpose: Retrieves an item from the generic Dictionary
Notes: CAST's the element from the underlying Progress.Lang.Object
This method does not fail when the key is not valid

Parameters:
pcKey CHARACTER
The key of the item to retrieve
Returns Consultingwerk.ListQueryExpression
The item of the Lists member type


Property Detail
Top

LOGICAL IsEmpty


Returns LOGICAL


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