timer


pfcmain.pbl   >   pfc_n_tmg   >   timer   

Full name pfc_n_tmg.timer
Access public
Extend of
Return value
Prototype event timer()

Name Datatype
No Data

Name Datatype
No Data

event timer;//////////////////////////////////////////////////////////////////////////////
//
//	Event: timer
//
//	Arguments: None
//
//	Returns: None
//
//	Description:
//	Processes timer.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	6.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 IsValid(inv_single) Then
	inv_single.Event pfc_timer()
End If

If IsValid(inv_multiple) Then
	inv_multiple.Event pfc_timer()
End If
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_tmgsingle.pfc_timer pfc_n_cst_tmgsingle
pfc_n_cst_tmgmultiple.pfc_timer pfc_n_cst_tmgmultiple

     
Full name
No Data

     
Name Scope
No Data