1234567891011121314151617181920212223242526 |
- $PBExportHeader$n_dw2xls_expression.sru
- forward
- global type n_dw2xls_expression from nonvisualobject
- end type
- end forward
- global type n_dw2xls_expression from nonvisualobject
- end type
- global n_dw2xls_expression n_dw2xls_expression
- type variables
- String Expression
- String is_Values[]
- end variables
- on n_dw2xls_expression.create
- call super::create
- TriggerEvent( this, "constructor" )
- end on
- on n_dw2xls_expression.destroy
- TriggerEvent( this, "destructor" )
- call super::destroy
- end on
|