constructor


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_services   >   dw_services   >   constructor   

Full name pfc_u_tabpg_dwproperty_services.dw_services.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
//
//	Description:  
//	Datawindow displaying the services.
//	
//////////////////////////////////////////////////////////////////////////////
//	
//	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 datawindow is not Updateable.
of_SetUpdateable(False)

// Highlight the current row.
of_SetRowSelect(True)

// Disable the Right Mouse Button Popup Menu.
ib_rmbmenu = False

end event

     
Name Owner
No Data

     
Name Owner
pfc_u_dw.of_SetRowSelect pfc_u_dw
pfc_u_dw.of_SetUpdateable pfc_u_dw
u_dw.constructor u_dw

     
Full name
No Data

     
Name Scope
No Data