System Reference Summary : 3. System Classes : SessionObject Class : SessionObject Methods
 
Share this page                  
SessionObject Methods
Method
Return
Value
Description
Inherited From
CheckFeature
(feature =
integer)
integer
Checks at what level a specified feature is supported
Defined
ClearErrorFlag ()
none
Allows the application to reset the error flag so that the application server will not know that there was an error
Defined
CreateDirectory
(directory
= varchar(256))
integer
Creates a directory and returns TRUE for success
Defined
DirectoryExists
(directory
= varchar(256))
integer
Determines whether a directory exists
Defined
Duplicate()
SessionObject
Makes a duplicate of the object, placing a reference to the new object in a reference variable
Object
FileExists
(filename =
varchar(256))
integer
Determines whether a specified file exists
Defined
GenerateGUID()
string
Returns a string that represents a unique GUID
Defined
GetAttribute
(
attributename = byref(variable)
{,attributename = byref(variable)})
integer
Gets the values of any number of attributes for the object
Object
GetColorName
(index =
integer)
varchar(256)
Obtains the name of the color represented by a particular index
Defined
GetEnv
(name
= nvarchar(256))
nvarchar(256)
Returns the current setting of a specified environment variable in the user’s environment. For more information, see GetEnv Method.
Defined
IsA
(class =
classname)
integer
Returns TRUE if the object is of the same class as, or one of the subclasses of, the class specified by classname
Object
SetAttribute
(
attributename = value
{,attributename = value})
integer
Sets any number of attributes for the object
Object
SetEnv(envstring = varchar(256))
integer
Sets the value of an environment variable
Defined
WinHelp
(command =
integer
[, helpfile = varchar]
[, context = integer]
[, topic = varchar])
integer
Displays a compiled help file
Defined