File: wsproxy_datasetdata.sru
Size: 648
Date: Tue, 22 Jan 2008 23:39:51 +0100
$PBExportHeader$wsproxy_datasetdata.sru
$PBExportComments$Proxy imported from Web service using Web Service Proxy Generator.
forward
    global type wsproxy_datasetdata from nonvisualobject
    end type
end forward

global type wsproxy_datasetdata from nonvisualobject
end type

type variables
    string name
    byte binarydata[]
    string textdata
    string arguments
    string messages
    string mimetype
    boolean isbinary
end variables

on wsproxy_datasetdata.create
call super::create
TriggerEvent( this, "constructor" )
end on

on wsproxy_datasetdata.destroy
TriggerEvent( this, "destructor" )
call super::destroy
end on