ArcFM Responder Mobile Developer Guide
SetData Method






Syntax
'Declaration
 
Sub SetData( _
   Optional ByVal Data As System.Object, _
   Optional ByVal Format As System.Object _
) 
'Usage
 
Dim instance As IMMDataObject
Dim Data As System.Object
Dim Format As System.Object
 
instance.SetData(Data, Format)
void SetData( 
   System.object Data,
   System.object Format
)
procedure SetData( 
    Data: System.TObject;
    Format: System.TObject
); 
function SetData( 
   Data : System.Object,
   Format : System.Object
);
void SetData( 
   System.Object* Data,
   System.Object* Format
) 
void SetData( 
   System.Object^ Data,
   System.Object^ Format
) 

Parameters

Data
Format
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

IMMDataObject Interface
IMMDataObject Members

Send Feedback