constructor


pfcapsrv.pbl   >   pfc_n_cst_filesrvhpux   >   constructor   

Full name pfc_n_cst_filesrvhpux.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:	Set the instance variables for the directory separator
//						and wildcard for all files for this OS.
//////////////////////////////////////////////////////////////////////////////
//	Rev. History:	Version
//						6.0   Initial version
//						7.0   Modified external library from libkernal40.sl to libkernel42.sl
//////////////////////////////////////////////////////////////////////////////
//	Copyright © 1996-1999 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.
//////////////////////////////////////////////////////////////////////////////
is_Separator = "/"
is_AllFiles = "*"
end event

     
Name Owner
No Data

     
Name Owner
nonvisualobject.constructor nonvisualobject

     
Full name
No Data

     
Name Scope
No Data