constructor


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_buffers   >   dw_requestorduplicate   >   constructor   

Full name pfc_u_tabpg_dwproperty_buffers.dw_requestorduplicate.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:	 Start desired 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.
//
//////////////////////////////////////////////////////////////////////////////

// Always start out hidden.
this.Visible = False

// Start the service to Select Rows.
this.of_SetRowSelect(True)
If IsValid(inv_rowselect) Then
	inv_rowselect.of_SetStyle(inv_rowselect.EXTENDED)
End If

end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_dwsrv_rowselection.of_setstyle pfc_n_cst_dwsrv_rowselection
pfc_u_dw.of_SetRowSelect pfc_u_dw
u_dw.constructor u_dw

     
Full name
No Data

     
Name Scope
No Data