ArcFM Responder Mobile Developer Guide
OnCreate Method (MMWaterOptionsButton)






Syntax
'Declaration
 
Sub OnCreate( _
   ByVal Hook As System.Object _
) 
'Usage
 
Dim instance As MMWaterOptionsButton
Dim Hook As System.Object
 
instance.OnCreate(Hook)
void OnCreate( 
   System.object Hook
)
procedure OnCreate( 
    Hook: System.TObject
); 
function OnCreate( 
   Hook : System.Object
);
void OnCreate( 
   System.Object* Hook
) 
void OnCreate( 
   System.Object^ Hook
) 

Parameters

Hook
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

MMWaterOptionsButton Interface
MMWaterOptionsButton Members

Send Feedback