constructor


demopfc.pbl   >   n_cst_demopfc   >   constructor   

Full name n_cst_demopfc.constructor
Access public
Extend of
Return value
Prototype event constructor()

Name Datatype
No Data

Name Datatype
ls_inifile String

event constructor;call super::constructor;String ls_inifile

// Name of the application
iapp_object.DisplayName="Novalys PFC Sample"

// Microhelp functionality
of_SetMicroHelp (true)

// The file name of the application INI file
of_SetAppIniFile ("demopfc.ini")

// The file name of the user INI file
of_SetUserIniFile ("demopfc.ini")

// The application version
of_SetVersion ("Version 1.0.00")

// The application logo (bitmap file name)
of_SetLogo ("a_propos.gif")

// Application copyright message
of_SetCopyright ("Copyright © Novalys 2000")

of_SetMRU (True)

of_setsecurity (true)



end event

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_appmanager.of_setmicrohelp pfc_n_cst_appmanager
pfc_n_cst_appmanager.of_setcopyright pfc_n_cst_appmanager
pfc_n_cst_appmanager.of_setappinifile pfc_n_cst_appmanager
pfc_n_cst_appmanager.of_setversion pfc_n_cst_appmanager
pfc_n_cst_appmanager.of_setuserinifile pfc_n_cst_appmanager
pfc_n_cst_appmanager.of_setlogo pfc_n_cst_appmanager
pfc_n_cst_appmanager.of_setmru pfc_n_cst_appmanager
n_cst_appmanager.of_setsecurity n_cst_appmanager
pfc_n_cst_appmanager.constructor pfc_n_cst_appmanager

     
Full name
No Data

     
Name Scope
No Data