pfc_presplash


pfcapsrv.pbl   >   pfc_n_cst_appmanager   >   pfc_presplash   

Full name pfc_n_cst_appmanager.pfc_presplash
Access public
Extend of
Return value
Prototype event pfc_presplash(ref n_cst_splashattrib)

Name Datatype
No Data

Name Datatype
No Data

event pfc_presplash;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_presplash
//
//	Arguments:		
//	anv_splashattrib  splash object by reference
//
//	Returns:  None
//
//	Description:  Populate splash object before the splash window opens.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

anv_splashattrib.is_application = iapp_object.displayname
anv_splashattrib.is_logo = is_logo
anv_splashattrib.is_version = is_version
anv_splashattrib.is_copyright = is_copyright

end event

     
Name Owner
pfc_n_cst_appmanager.of_splash pfc_n_cst_appmanager

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data