constructor


pfcapsrv.pbl   >   pfc_n_cst_tmgmultiple   >   constructor   

Full name pfc_n_cst_tmgmultiple.constructor
Access public
Extend of
Return value
Prototype event constructor()

Name Datatype
No Data

Name Datatype
No Data

event constructor;call super::constructor;//////////////////////////////////////////////////////////////////////////////
//
//	Event: Constructor
//
//	Arguments: None
//
//	Returns: None
//
//	Description:
//	Timing object - Multiple notifications.
//
//	Note:
//	This object uses 1 second increments. 
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Create the datastore
ids_list  = Create n_ds

// Assign the dataobject to the datastore
ids_list.dataobject = 'd_timerlist'

Return 

end event

     
Name Owner
No Data

     
Name Owner
nonvisualobject.constructor nonvisualobject

     
Full name
No Data

     
Name Scope
No Data