pfc_selectall


pfcmain.pbl   >   pfc_u_sle   >   pfc_selectall   

Full name pfc_u_sle.pfc_selectall
Access public
Extend of integer
Return value integer
Prototype event integer pfc_selectall()

Name Datatype
No Data

Name Datatype
No Data

event pfc_selectall;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  			pfc_selectall
//
//	(Arguments:		None)
//
//	(Returns:  		integer
//						Return value from the PowerScript SelectText function)
//
//	Description:	Select all the text.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Select all text
Return this.SelectText (1, Len (this.text))
end event

     
Name Owner
pfc_u_sle.getfocus pfc_u_sle

     
Name Owner
singlelineedit.selecttext singlelineedit
systemfunctions.len systemfunctions

     
Full name
No Data

     
Name Scope
No Data