ArcFM Responder Mobile Developer Guide
Init Method (MMVBModelessHelperClass)






Syntax
'Declaration
 
Public Overridable Sub Init( _
   ByVal pForm As System.Object, _
   ByVal lParentHwnd As System.Integer _
) 
'Usage
 
Dim instance As MMVBModelessHelperClass
Dim pForm As System.Object
Dim lParentHwnd As System.Integer
 
instance.Init(pForm, lParentHwnd)
public virtual void Init( 
   System.object pForm,
   System.int lParentHwnd
)
public procedure Init( 
    pForm: System.TObject;
    lParentHwnd: System.Integer
); virtual; 
public function Init( 
   pForm : System.Object,
   lParentHwnd : System.int
);
public: virtual void Init( 
   System.Object* pForm,
   System.int lParentHwnd
) 
public:
virtual 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

MMVBModelessHelperClass Class
MMVBModelessHelperClass Members

Send Feedback