constructor


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_srvcalendar   >   dw_register   >   constructor   

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

Name Datatype
No Data

Name Datatype
No Data

event constructor;call super::constructor;//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		constructor
//
//	Description:  		
//
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// This is not an updatable datawindow.
of_SetUpdateable(False)

// Disable Right Mouse Popup menu.
ib_rmbmenu = False

end event

     
Name Owner
No Data

     
Name Owner
pfc_u_dw.of_SetUpdateable pfc_u_dw
u_dw.constructor u_dw

     
Full name
No Data

     
Name Scope
No Data