ArcFM Responder Mobile Developer Guide
Init Method (IMMVBModelessHelper)






Syntax
'Declaration
 
Sub Init( _
   ByVal pForm As System.Object, _
   ByVal lParentHwnd As System.Integer _
) 
'Usage
 
Dim instance As IMMVBModelessHelper
Dim pForm As System.Object
Dim lParentHwnd As System.Integer
 
instance.Init(pForm, lParentHwnd)
void Init( 
   System.object pForm,
   System.int lParentHwnd
)
procedure Init( 
    pForm: System.TObject;
    lParentHwnd: System.Integer
); 
function Init( 
   pForm : System.Object,
   lParentHwnd : System.int
);
void Init( 
   System.Object* pForm,
   System.int lParentHwnd
) 
void Init( 
   System.Object^ pForm,
   System.int lParentHwnd
) 

Parameters

pForm
lParentHwnd
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

IMMVBModelessHelper Interface
IMMVBModelessHelper Members

Send Feedback