File: eaf_n_cst_messageattrib.sru
Size: 647
Date: Tue, 22 Jan 2008 23:39:18 +0100
$PBExportHeader$eaf_n_cst_messageattrib.sru
forward
global type eaf_n_cst_messageattrib from nonvisualobject
end type
end forward

global type eaf_n_cst_messageattrib from nonvisualobject
end type
global eaf_n_cst_messageattrib eaf_n_cst_messageattrib

type variables
string         is_name
string         is_type
string         is_text

//Assigned in the client code
string         is_datasetname

//blob value
blob           ib_value
end variables

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

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