n_dw2xls_expression.sru 494 B

1234567891011121314151617181920212223242526
  1. $PBExportHeader$n_dw2xls_expression.sru
  2. forward
  3. global type n_dw2xls_expression from nonvisualobject
  4. end type
  5. end forward
  6. global type n_dw2xls_expression from nonvisualobject
  7. end type
  8. global n_dw2xls_expression n_dw2xls_expression
  9. type variables
  10. String Expression
  11. String is_Values[]
  12. end variables
  13. on n_dw2xls_expression.create
  14. call super::create
  15. TriggerEvent( this, "constructor" )
  16. end on
  17. on n_dw2xls_expression.destroy
  18. TriggerEvent( this, "destructor" )
  19. call super::destroy
  20. end on