ArcFM Responder Mobile Developer Guide
Show Method (IMMInputBox)






Syntax
'Declaration
 
Function Show( _
   ByRef Prompt As System.Object, _
   Optional ByRef Title As System.Object, _
   Optional ByRef Default As System.Object, _
   Optional ByRef XPos As System.Object, _
   Optional ByRef YPos As System.Object, _
   Optional ByRef HelpFile As System.Object, _
   Optional ByRef Context As System.Object _
) As System.String
'Usage
 
Dim instance As IMMInputBox
Dim Prompt As System.Object
Dim Title As System.Object
Dim Default As System.Object
Dim XPos As System.Object
Dim YPos As System.Object
Dim HelpFile As System.Object
Dim Context As System.Object
Dim value As System.String
 
value = instance.Show(Prompt, Title, Default, XPos, YPos, HelpFile, Context)
System.string Show( 
   ref System.object Prompt,
   ref System.object Title,
   ref System.object Default,
   ref System.object XPos,
   ref System.object YPos,
   ref System.object HelpFile,
   ref System.object Context
)
function Show( 
   var  Prompt: System.TObject;
   var  Title: System.TObject;
   var  Default: System.TObject;
   var  XPos: System.TObject;
   var  YPos: System.TObject;
   var  HelpFile: System.TObject;
   var  Context: System.TObject
): System.String; 
function Show( 
   Prompt : System.Object,
   Title : System.Object,
   Default : System.Object,
   XPos : System.Object,
   YPos : System.Object,
   HelpFile : System.Object,
   Context : System.Object
) : System.String;
System.string* Show( 
   ref System.Object* Prompt,
   ref System.Object* Title,
   ref System.Object* Default,
   ref System.Object* XPos,
   ref System.Object* YPos,
   ref System.Object* HelpFile,
   ref System.Object* Context
) 
System.String^ Show( 
   System.Object^% Prompt,
   System.Object^% Title,
   System.Object^% Default,
   System.Object^% XPos,
   System.Object^% YPos,
   System.Object^% HelpFile,
   System.Object^% Context
) 

Parameters

Prompt
Title
Default
XPos
YPos
HelpFile
Context
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMInputBox Interface
IMMInputBox Members

Send Feedback