pfc_microhelp


pfcmain.pbl   >   pfc_w_frame   >   pfc_microhelp   

Full name pfc_w_frame.pfc_microhelp
Access public
Extend of
Return value
Prototype event pfc_microhelp()

Name Datatype
No Data

Name Datatype
No Data

event pfc_microhelp;call w_master::pfc_microhelp;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_microhelp
//
//	Arguments:		
//	as_microhelp   string to be displayed as microhelp
//
//	Returns:  none
//
//	Description:  Displays specified microhelp
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

if gnv_app.of_GetMicrohelp() then
	this.SetMicroHelp (as_microhelp)
end if
end event

     
Name Owner
No Data

     
Name Owner
window.setmicrohelp window
pfc_n_cst_appmanager.of_getmicrohelp pfc_n_cst_appmanager
pfc_w_master.pfc_microhelp pfc_w_master

     
Full name
demopfc

     
Name Scope
No Data