| 
                Options | 
                Name | 
                Purpose | 
            
            
  | 
   | 
  
    +
    
    
   | 
  
    
         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 ()     
   |