of_about


pfcapsrv.pbl   >   pfc_n_cst_appmanager   >   of_about   

Full name pfc_n_cst_appmanager.of_about
Access public
Extend of integer
Return value integer
Prototype public function integer of_about()

Name Datatype
No Data

Name Datatype
lnv_aboutattrib n_cst_aboutattrib

public function integer of_about ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_About
//
//	Access:  public
//
//	Arguments:  none
//
//	Returns:  integer
//	 1 = success
//	-1 = error
//
//	Description:  Display the about window.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

n_cst_aboutattrib lnv_aboutattrib

// Populate information passed to the About window.
this.Event pfc_preabout (lnv_aboutattrib)

Return OpenWithParm (w_about, lnv_aboutattrib)

end function

     
Name Owner
pfc_m_master.m_about.clicked m_about

     
Name Owner
systemfunctions.openwithparm systemfunctions
pfc_n_cst_appmanager.pfc_preabout pfc_n_cst_appmanager

     
Full name
w_about

     
Name Scope
No Data