constructor


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_report   >   constructor   

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

Name Datatype
No Data

Name Datatype
No Data

event constructor;call n_cst_dwsrv::constructor;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  Constructor
//
//	Description:	Set the default values for this service.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History

//
//	Version
//	5.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.
//
//////////////////////////////////////////////////////////////////////////////

ibo_DefaultBorder = NoBorder!

is_DefaultFontFace = "MS Sans Serif"
ii_DefaultFontSize = 8
ifc_DefaultCharSet = DefaultCharSet!

il_DefaultColor = 0	// Black
SetNull(il_DefaultBackColor)		// Null will be interpreted as Transparent)

end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.setnull systemfunctions
nonvisualobject.constructor nonvisualobject

     
Full name
No Data

     
Name Scope
No Data