File: pfc_n_cst_selectionattrib.sru
Size: 702
Date: Sat, 08 May 2021 23:34:22 +0200
$PBExportHeader$pfc_n_cst_selectionattrib.sru
$PBExportComments$PFC Selection attributes
forward
global type pfc_n_cst_selectionattrib from n_cst_baseattrib
end type
end forward

global type pfc_n_cst_selectionattrib from n_cst_baseattrib autoinstantiate
end type

type variables
Public:
any   ia_returnval[]
any   ia_argument[20]
string   is_dataobject
string   is_columnreturn[]
string   is_title
n_tr     itr_object
any   ipo_data[]    // #11015 changed from powerobject to any because of gpfs (assign any[] of any[] to powerobject[])


end variables

on pfc_n_cst_selectionattrib.create
call super::create
end on

on pfc_n_cst_selectionattrib.destroy
call super::destroy
end on