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



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
+ 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, 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 PropertyName
+ 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 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, 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 PropertyName


Returns CHARACTER
Top

PUBLIC LOGICAL ReadOnly


Returns LOGICAL


©2006-2020 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       04.02.2020 23:50:36