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

File:PropertyInputSpec
Purpose:Describes a property for use with the InputPromptHelper:ComplexPrompt
method
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:Sat Jul 21 11:46:40 CEST 2018
Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable



Top Method Summary
Options Name Purpose
+ Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec) Returns an ABL Array of the provided values
+ Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec) Returns an ABL Array of the provided values
+ Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec) Returns an ABL Array of the provided values
+ Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec) Returns an ABL Array of the provided values
+ Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec) Returns an ABL Array of the provided values
+ Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec) Returns an ABL Array of the provided values
+ Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec) Returns an ABL Array of the provided values
+ Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec) Returns an ABL Array of the provided values
+ Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec) Returns an ABL Array of the provided values
+ Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec) Returns an ABL Array of the provided values
+ Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec) Returns an ABL Array of the provided values
+ Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec) Returns an ABL Array of the provided values
+ Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec) Returns an ABL Array of the provided values
+ Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec) Returns an ABL Array of the provided values
+ Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec) Returns an ABL Array of the provided values
+ LOGICAL Equals (PropertyInputSpec[], PropertyInputSpec[]) Compares two arrays
+ INTEGER Find (PropertyInputSpec, PropertyInputSpec[]) Finds an the item in the array and returns the index

Top Constructor Summary
Options Name Purpose
+ PropertyInputSpec (character, character, character, character, IComplexInputControl) Constructor for the PropertyInputSpec class
+ PropertyInputSpec (character, character, character, character, logical, IComplexInputControl) Constructor for the PropertyInputSpec class
+ PropertyInputSpec (character, character, IComplexInputControl) Constructor for the PropertyInputSpec class
+ PropertyInputSpec (character, character, logical, IComplexInputControl) Constructor for the PropertyInputSpec class

Top Property Summary
Options Name Purpose
+ Consultingwerk.Windows.Util.ComplexInputPrompt.IComplexInputControl Control
+ CHARACTER Label
+ CHARACTER Label2
+ CHARACTER PropertyName
+ CHARACTER PropertyName2
+ LOGICAL ReadOnly


Method Detail
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec)

Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable

Parameters:
pValue1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first value
Returns Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The resulting Array
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec)

Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable

Parameters:
pValue1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first value
pValue2 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The second value
Returns Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The resulting Array
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec)

Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable

Parameters:
pValue1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first value
pValue2 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The second value
pValue3 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The third value
Returns Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The resulting Array
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec)

Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable

Parameters:
pValue1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first value
pValue2 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The second value
pValue3 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The third value
pValue4 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fourth value
Returns Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The resulting Array
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec)

Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable

Parameters:
pValue1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first value
pValue2 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The second value
pValue3 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The third value
pValue4 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fourth value
pValue5 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fifth value
Returns Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The resulting Array
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec)

Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable

Parameters:
pValue1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first value
pValue2 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The second value
pValue3 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The third value
pValue4 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fourth value
pValue5 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fifth value
pValue6 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The sixth value
Returns Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The resulting Array
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec)

Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable

Parameters:
pValue1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first value
pValue2 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The second value
pValue3 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The third value
pValue4 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fourth value
pValue5 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fifth value
pValue6 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The sixth value
pValue7 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The seventh value
Returns Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The resulting Array
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec)

Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable

Parameters:
pValue1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first value
pValue2 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The second value
pValue3 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The third value
pValue4 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fourth value
pValue5 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fifth value
pValue6 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The sixth value
pValue7 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The seventh value
pValue8 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The eight value
Returns Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The resulting Array
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec)

Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable

Parameters:
pValue1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first value
pValue2 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The second value
pValue3 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The third value
pValue4 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fourth value
pValue5 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fifth value
pValue6 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The sixth value
pValue7 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The seventh value
pValue8 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The eight value
pValue9 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The nineth value
Returns Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The resulting Array
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec)

Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable

Parameters:
pValue1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first value
pValue2 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The second value
pValue3 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The third value
pValue4 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fourth value
pValue5 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fifth value
pValue6 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The sixth value
pValue7 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The seventh value
pValue8 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The eight value
pValue9 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The nineth value
pValue10 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The tenth value
Returns Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The resulting Array
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec)

Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable

Parameters:
pValue1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first value
pValue2 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The second value
pValue3 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The third value
pValue4 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fourth value
pValue5 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fifth value
pValue6 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The sixth value
pValue7 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The seventh value
pValue8 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The eight value
pValue9 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The nineth value
pValue10 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The tenth value
pValue11 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The eleventh value
Returns Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The resulting Array
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec)

Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable

Parameters:
pValue1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first value
pValue2 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The second value
pValue3 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The third value
pValue4 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fourth value
pValue5 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fifth value
pValue6 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The sixth value
pValue7 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The seventh value
pValue8 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The eight value
pValue9 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The nineth value
pValue10 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The tenth value
pValue11 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The eleventh value
pValue12 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The twelveth value
Returns Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The resulting Array
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec)

Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable

Parameters:
pValue1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first value
pValue2 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The second value
pValue3 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The third value
pValue4 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fourth value
pValue5 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fifth value
pValue6 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The sixth value
pValue7 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The seventh value
pValue8 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The eight value
pValue9 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The nineth value
pValue10 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The tenth value
pValue11 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The eleventh value
pValue12 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The twelveth value
pValue13 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The thirteenth value
Returns Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The resulting Array
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec)

Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable

Parameters:
pValue1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first value
pValue2 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The second value
pValue3 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The third value
pValue4 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fourth value
pValue5 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fifth value
pValue6 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The sixth value
pValue7 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The seventh value
pValue8 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The eight value
pValue9 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The nineth value
pValue10 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The tenth value
pValue11 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The eleventh value
pValue12 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The twelveth value
pValue13 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The thirteenth value
pValue14 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fourteenth value
Returns Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The resulting Array
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec Array (PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec, PropertyInputSpec)

Purpose: Returns an ABL Array of the provided values
Notes: Allows building Array's on the fly without a helper variable

Parameters:
pValue1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first value
pValue2 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The second value
pValue3 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The third value
pValue4 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fourth value
pValue5 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fifth value
pValue6 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The sixth value
pValue7 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The seventh value
pValue8 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The eight value
pValue9 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The nineth value
pValue10 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The tenth value
pValue11 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The eleventh value
pValue12 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The twelveth value
pValue13 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The thirteenth value
pValue14 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fourteenth value
pValue15 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The fiveteenth value
Returns Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The resulting Array
Top

PUBLIC LOGICAL Equals (PropertyInputSpec[], PropertyInputSpec[])

Purpose: Compares two arrays
Notes:

Parameters:
pArray1 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The first array for the comparison
pArray2 Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The second array for the comparison
Returns LOGICAL
Logical value indicating if the two arrays are identical
Top

PUBLIC INTEGER Find (PropertyInputSpec, PropertyInputSpec[])

Purpose: Finds an the item in the array and returns the index
Notes: Returns 0 when the item cannot be found

Parameters:
pItem Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The Item to find in the array
pArray Consultingwerk.Windows.Util.ComplexInputPrompt.PropertyInputSpec
The array to find the item in
Returns INTEGER
The position (index) of the item in the array


Constructor Detail
Top

PUBLIC PropertyInputSpec (character, character, character, character, IComplexInputControl)

Purpose: Constructor for the PropertyInputSpec class
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the property
pcLabel CHARACTER
The label for the properties Control
pcPropertyName2 CHARACTER
The name of the second property
pcLabel2 CHARACTER
The label for the second properties Control
poControl Consultingwerk.Windows.Util.ComplexInputPrompt.IComplexInputControl
The reference to the Control to use for the property
Top

PUBLIC PropertyInputSpec (character, character, character, character, logical, IComplexInputControl)

Purpose: Constructor for the PropertyInputSpec class
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the property
pcLabel CHARACTER
The label for the properties Control
pcPropertyName2 CHARACTER
The name of the second property
pcLabel2 CHARACTER
The label for the second properties Control
plReadOnly LOGICAL
Read-only property
poControl Consultingwerk.Windows.Util.ComplexInputPrompt.IComplexInputControl
The reference to the Control to use for the property
Top

PUBLIC PropertyInputSpec (character, character, IComplexInputControl)

Purpose: Constructor for the PropertyInputSpec class
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the property
pcLabel CHARACTER
The label for the properties Control
poControl Consultingwerk.Windows.Util.ComplexInputPrompt.IComplexInputControl
The reference to the Control to use for the property
Top

PUBLIC PropertyInputSpec (character, character, logical, IComplexInputControl)

Purpose: Constructor for the PropertyInputSpec class
Notes:

Parameters:
pcPropertyName CHARACTER
The name of the property
pcLabel CHARACTER
The label for the properties Control
plReadOnly LOGICAL
Read-only property
poControl Consultingwerk.Windows.Util.ComplexInputPrompt.IComplexInputControl
The reference to the Control to use for the property


Property Detail
Top

PUBLIC Consultingwerk.Windows.Util.ComplexInputPrompt.IComplexInputControl Control


Returns Consultingwerk.Windows.Util.ComplexInputPrompt.IComplexInputControl
Top

PUBLIC CHARACTER Label


Returns CHARACTER
Top

PUBLIC CHARACTER Label2


Returns CHARACTER
Top

PUBLIC CHARACTER PropertyName


Returns CHARACTER
Top

PUBLIC CHARACTER PropertyName2


Returns CHARACTER
Top

PUBLIC LOGICAL ReadOnly


Returns LOGICAL


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