getfocus


pfcmain.pbl   >   pfc_u_dw   >   getfocus   

Full name pfc_u_dw.getfocus
Access public
Extend of
Return value
Prototype event getfocus()

Name Datatype
No Data

Name Datatype
lw_parent window

event getfocus;//////////////////////////////////////////////////////////////////////////////
//	Event:  			getfocus
//	Arguments:		None
//	Returns:  		None
//	Description:	Notify the parent window that this control got focus.
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						5.0   Initial version
//////////////////////////////////////////////////////////////////////////////
//	Copyright © 1996-1999 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.
//////////////////////////////////////////////////////////////////////////////
window 	lw_parent

of_GetParentWindow(lw_parent)
if IsValid(lw_parent) then
	// Dynamic call to the parent window.
	lw_parent.dynamic event pfc_ControlGotFocus (this)
end if
end event

     
Name Owner
pfc_u_calendar.dw_cal.getfocus dw_cal
pfc_u_calculator.dw_calculator.getfocus dw_calculator

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_u_dw.of_GetParentWindow pfc_u_dw

     
Full name
No Data

     
Name Scope
No Data