|
Options |
Name |
Purpose |
|
+
|
LOGICAL ComplexInput (character, Object, PropertyInputSpec[], IValueObjectValidator)
|
Displays a dialog that allows the user to update properties of
a vlaue object
|
|
+
|
LOGICAL PromptForCharacterValue (character, character, character)
|
Prompts the user for a CHARACTER Value using a modal dialog
|
|
+
|
LOGICAL PromptForCharacterValue (character, character, CharacterPromptTypeEnum, character)
|
Prompts the user for a CHARACTER Value using a modal dialog
|
|
+
|
LOGICAL PromptForCharacterValue (character, character, ICharacterInputValidator, character)
|
Prompts the user for a CHARACTER Value using a modal dialog
|
|
+
|
LOGICAL PromptForCharacterValue (character, character, ICharacterInputValidator, CharacterPromptTypeEnum, character)
|
Prompts the user for a CHARACTER Value using a modal dialog
|
|
+
|
LOGICAL PromptForCharacterValue (character, character, ListNameValuePair, character)
|
Prompts the user for a CHARACTER Value using a modal dialog using
a combo-box of possible values
|
|
+
|
LOGICAL PromptForCharacterValue (character, character, ListNameValuePair, ICharacterInputValidator, character)
|
Prompts the user for a CHARACTER Value using a modal dialog using
a combo-box of possible values
|
|
+
|
LOGICAL PromptForIntegerValue (character, character, integer)
|
Prompts the user for a Integer Value using a modal dialog
|
|
+
|
LOGICAL PromptForIntegerValue (character, character, IIntegerInputValidator, integer)
|
Prompts the user for a Integer Value using a modal dialog
|
|
+
|
LOGICAL PromptForIntegerValue (character, character, IIntegerInputValidator, NumericPromptTypeEnum, integer)
|
Prompts the user for a Integer Value using a modal dialog
|
|
+
|
LOGICAL PromptForIntegerValue (character, character, IIntegerInputValidator, NumericPromptTypeEnum, integer, integer, integer)
|
Prompts the user for a Integer Value using a modal dialog
|
|
+
|
LOGICAL PromptForIntegerValue (character, character, NumericPromptTypeEnum, integer)
|
Prompts the user for a Integer Value using a modal dialog
|
|
#
|
ShowDialog (Form, DialogResult)
|
Invokes the dialog form using WAIT-FOR :ShowDialog ()
|