constructor


pfcapsrv.pbl   >   pfc_n_cst_appmanager   >   constructor   

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

Name Datatype
No Data

Name Datatype
No Data

event constructor;//////////////////////////////////////////////////////////////////////////////
//
//	Object Name:  	pfc_n_cst_appmanager
//
//	Description:  	PFC Application Manager class
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////

//////////////////////////////////////////////////////////////////////////////
// Get a handle to the application object
//////////////////////////////////////////////////////////////////////////////
iapp_object = GetApplication()

//////////////////////////////////////////////////////////////////////////////
// Populate the environment object
//////////////////////////////////////////////////////////////////////////////
GetEnvironment (ienv_object)

//////////////////////////////////////////////////////////////////////////////
// The following code can be implemented in descendants
//////////////////////////////////////////////////////////////////////////////
//// Name of the application
//iapp_object.DisplayName=""
//
//// Microhelp functionality
//of_SetMicroHelp (true)
//
//// The file name of the application INI file
//of_SetAppIniFile ("")
//
//// The file name of the user INI file
//of_SetUserIniFile ("")
//
//// Application registry key
//of_SetAppKey ("")
//
//// User registry key
//of_SetUserKey ("")
//
//// The file name of the application's online help file
//of_SetHelpFile ("")
//
//// The application version
//of_SetVersion ("")
//
//// The application logo (bitmap file name)
//of_SetLogo ("")
//
//// Application copyright message
//of_SetCopyright ("")


end event

     
Name Owner
n_cst_demopfc.constructor n_cst_demopfc

     
Name Owner
systemfunctions.getapplication systemfunctions
systemfunctions.getenvironment systemfunctions

     
Full name
No Data

     
Name Scope
No Data