pfc_printpreview


pfcmain.pbl   >   pfc_u_rte   >   pfc_printpreview   

Full name pfc_u_rte.pfc_printpreview
Access public
Extend of boolean
Return value boolean
Prototype event boolean pfc_printpreview()

Name Datatype
No Data

Name Datatype
No Data

event pfc_printpreview;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_printpreview
//
//	Arguments:  none
//
//	Returns:  boolean
//	true = RTE is in printpreview
//	false = RTE is in editmode
//
//	Description:	Toggles the RTE in printpreview/edit mode
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Preview (not IsPreview())
return IsPreview()

end event

     
Name Owner
No Data

     
Name Owner
richtextedit.ispreview richtextedit
richtextedit.preview richtextedit

     
Full name
No Data

     
Name Scope
No Data