A B C D E F G H I J K L M N O P Q R S T U V W Y _

A

ASPCookie - class jasp.buildin.ASPCookie.
Retrieves the string value of a cookie, which is a small piece of information stored by the browser.
ASPCookie() - Constructor for class jasp.buildin.ASPCookie
Creates an ASPCookie object.
ASPCookie(String) - Constructor for class jasp.buildin.ASPCookie
Creates an ASPCookie object.
ASPError - exception jasp.buildin.ASPError.
You can use the ASPError object to obtain information about an error condition that has occurred in script in an ASP page.
ASPError() - Constructor for class jasp.buildin.ASPError
Creates an ASPError object.
ASPError(String) - Constructor for class jasp.buildin.ASPError
Creates an ASPError object.
ASPError(int) - Constructor for class jasp.buildin.ASPError
Creates an ASPError object.
ASPError(int, String) - Constructor for class jasp.buildin.ASPError
Creates an ASPError object.
ASPError(SQLException, String) - Constructor for class jasp.buildin.ASPError
Creates an ASPError object.
ASPGlobal - class jasp.buildin.ASPGlobal.
This class is for handling the events in Global.asa file.
ASPGlobal() - Constructor for class jasp.buildin.ASPGlobal
 
ASPIStringList - Static variable in class jasp.vbs.variant
Contains an ASPIStringList object.
Abandon() - Static method in class jasp.buildin.Session
Abandon This method destroys a Session object and releases its resources.
About() - Method in class jasp.jmail.Message
Some useful information
Abs(int) - Static method in class jasp.vbs.vb
Returns the absolute value of an integer number.
Abs(double) - Static method in class jasp.vbs.vb
Returns the absolute value of a double number.
Abs(String) - Static method in class jasp.vbs.vb
Returns the absolute value of a string.
Abs(variant) - Static method in class jasp.vbs.vb
Returns the absolute value of a variant.
Abs(boolean) - Static method in class jasp.vbs.vb
Returns the absolute value of a boolean number.
Abs(vbcurrency) - Static method in class jasp.vbs.vb
Returns the absolute value of a vbcurrency.
Abs(vbdate) - Static method in class jasp.vbs.vb
Returns the absolute value of a vbdate.
ActiveControls() - Method in class jasp.webcom.BrowserType
Gets a value indicating whether the client browser supports ActiveX controls
AdRotator - class jasp.webcom.AdRotator.
The Ad Rotator component creates an Ad Rotator object that automates the rotation of advertisement images on a Web page.
AdRotator() - Constructor for class jasp.webcom.AdRotator
Creates an Ad Rotator object that automates the rotation of advertisement images on a Web page.
Add(File) - Method in class jasp.io.Files
 
Add(Folder) - Method in class jasp.io.Folders
 
Add(Attachment) - Method in class jasp.jmail.Attachments
Adds an attachment to the collection
Add(Recipient) - Method in class jasp.jmail.Recipients
Adds a recipient to the collection
Add(String, Object) - Method in class jasp.util.Dictionary
Adds a key and item pair to a Dictionary object.
Add(String, int) - Method in class jasp.util.Dictionary
Adds a key and item pair to a Dictionary object.
Add(String, double) - Method in class jasp.util.Dictionary
Adds a key and item pair to a Dictionary object.
Add(String, boolean) - Method in class jasp.util.Dictionary
Adds a key and item pair to a Dictionary object.
Add(String, String) - Method in class jasp.util.Dictionary
Adds a key and item pair to a Dictionary object.
AddAttachment(String, boolean, String) - Method in class jasp.jmail.Message
Add a file attachment to the message, if InLIne is set to TRUE, the attachement will be added as an inline attachement and addAttachement() returns the content id.
AddAttachment(String) - Method in class jasp.jmail.SMTPMail
Adds a file attachment to the mssage
AddAttachment(String, String) - Method in class jasp.jmail.SMTPMail
 
AddAttachment(String) - Method in class jasp.smtp.Mailer
Adds attachments to current mailing.
AddBCC(String, String) - Method in class jasp.smtp.Mailer
Adds a new Blind Carbon Copy recipient.
AddBCC(String) - Method in class jasp.smtp.Mailer
Adds a new Blind Carbon Copy recipient.
AddCC(String, String) - Method in class jasp.smtp.Mailer
Adds a new recipient, as shown in the message's CC list.
AddCC(String) - Method in class jasp.smtp.Mailer
Adds a new recipient, as shown in the message's CC list.
AddCustomAttachment(String, String, boolean) - Method in class jasp.jmail.Message
Adds a custom attachment.
AddCustomAttachment(String, String) - Method in class jasp.jmail.SMTPMail
Adds a custom attachment.
AddExtraHeader(String) - Method in class jasp.smtp.Mailer
Adds extra X-Headers to the mail envelope.
AddHeader(String, String) - Static method in class jasp.buildin.Response
Sets the HTML header name to value.
AddHeader(String, String) - Method in class jasp.jmail.Message
Adds a user defined X-Header to the message
AddHeader(String, String) - Method in class jasp.jmail.SMTPMail
Adds a user defined X-header to the message
AddNativeHeader(String, String) - Method in class jasp.jmail.Message
Customer Headers
AddNativeHeader(String, String) - Method in class jasp.jmail.SMTPMail
 
AddNew() - Method in class jasp.adodb.Recordset
Creates a new empty record for an updatable Recordset object.
AddNew(variant, variant) - Method in class jasp.adodb.Recordset
Creates a new record for an updatable Recordset object.
AddRecipient(String, String, String) - Method in class jasp.jmail.Message
Adds a recipient to the message
AddRecipient(String, String) - Method in class jasp.jmail.Message
 
AddRecipient(String) - Method in class jasp.jmail.Message
 
AddRecipient(String) - Method in class jasp.jmail.SMTPMail
Adds a recipient to the message
AddRecipient(String, String) - Method in class jasp.smtp.Mailer
Adds a new recipient, as shown in the message's To: list.
AddRecipient(String) - Method in class jasp.smtp.Mailer
Adds a new recipient, as shown in the message's To: list.
AddRecipientBCC(String, String) - Method in class jasp.jmail.Message
Adds a blind carbon copy recipient to the message, AddRecipientBcc can be used multiple times for several recipients.
AddRecipientBCC(String) - Method in class jasp.jmail.Message
 
AddRecipientBCC(String) - Method in class jasp.jmail.SMTPMail
Adds a Blind Carbon Copy recipient to the message
AddRecipientCC(String, String, String) - Method in class jasp.jmail.Message
Adds a carbon copy recipient to the message, AddRecipientCC can be used multiple times for serveral recipients.
AddRecipientCC(String) - Method in class jasp.jmail.Message
 
AddRecipientCC(String, String) - Method in class jasp.jmail.Message
 
AddRecipientCC(String) - Method in class jasp.jmail.SMTPMail
Adds a Carbon Copy recipient to the message
AddRecipientEx(String, String) - Method in class jasp.jmail.SMTPMail
Adds a recipient with a name to the message
AddURLAttachment(String, String, boolean, String) - Method in class jasp.jmail.Message
Downloads and adds an attachment based on a URL. a seconds argument, "AttachAs", is used for specifying the filename that the attachment will receive in the message. if inLine is set to TRUE, the attacgment will be added as an inline attachment and addAttachment returns the content id, this is useful when sending HTML e-mails.
AddURLAttachment(String, String) - Method in class jasp.jmail.Message
 
AddURLAttachment(String, String, boolean) - Method in class jasp.jmail.Message
 
AddURLAttachment(String, String, String) - Method in class jasp.jmail.SMTPMail
Downloads and adds an attachment based on an URL.
AddURLAttachment(String, String) - Method in class jasp.jmail.SMTPMail
 
Aol() - Method in class jasp.webcom.BrowserType
Gets a value indicating whether the client is an America Online (AOL) browser.
Append(String) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(String, int) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(variant, int) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(variant, variant) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(String, int, int) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(variant, variant, int) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(variant, int, int) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(String, variant, int) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(String, variant, variant) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(String, int, variant) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(variant, variant, variant) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(variant, variant, variant, variant) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(variant, variant, variant, int) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(variant, variant, int, int) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(variant, int, int, int) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(String, int, int, int) - Method in class jasp.adodb.Fields
Appends a new Field object to currect collection.
Append(Parameter) - Method in class jasp.adodb.Parameters
Append a Parameter to Collection
AppendBodyFromFile(String) - Method in class jasp.jmail.Message
Clears the body of the message and replaces it with the contents of the file.
AppendBodyFromFile(String) - Method in class jasp.jmail.SMTPMail
Appends body text from a file
AppendChunk(Object) - Method in class jasp.adodb.Field
Appends data to a large text or binary data.
AppendChunk(Object) - Method in class jasp.adodb.Parameter
Appends data to a large text or binary data.
AppendHTML(String) - Method in class jasp.jmail.Message
Append "Text" to HTML Body of the message
AppendText(String) - Method in class jasp.jmail.Message
Append "text" to body
AppendText(String) - Method in class jasp.jmail.SMTPMail
Append "text" to body
AppendToLog(String) - Static method in class jasp.buildin.Response
Adds a string to the end of the Web server log entry for this request.
Application - class jasp.buildin.Application.
You can use the Application object to share information among all users of a given application.
Application() - Constructor for class jasp.buildin.Application
 
Array() - Static method in class jasp.vbs.vb
Returns a Variant containing an array.
Array(pVector) - Static method in class jasp.vbs.vb
Returns a Variant containing an array.
Asc(String) - Static method in class jasp.vbs.vb
Returns the ANSI character code corresponding to the first letter in a string.
Asc(int) - Static method in class jasp.vbs.vb
Returns the ANSI character code corresponding to the first letter in a numeric string.
Asc(long) - Static method in class jasp.vbs.vb
Returns the ANSI character code corresponding to the first letter in a numeric string.
Asc(float) - Static method in class jasp.vbs.vb
Returns the ANSI character code corresponding to the first letter in a numeric string.
Asc(boolean) - Static method in class jasp.vbs.vb
Returns the ANSI character code corresponding to the first letter in a boolean string.
Asc(double) - Static method in class jasp.vbs.vb
Returns the ANSI character code corresponding to the first letter in a numeric string.
AscB(String) - Static method in class jasp.vbs.vb
Do not support AscB Function.
AscB(double) - Static method in class jasp.vbs.vb
Do not support AscB Function.
AscB(boolean) - Static method in class jasp.vbs.vb
Do not support AscB Function.
AscW(String) - Static method in class jasp.vbs.vb
Do not support AscW Function.
AscW(double) - Static method in class jasp.vbs.vb
Do not support AscW Function.
AscW(boolean) - Static method in class jasp.vbs.vb
Do not support AscW Function.
AssignProps() - Method in class jasp.adodb.Command
Sets all properties of the Command object.
AssignProps() - Method in class jasp.adodb.Connection
Assign all properties of the Connection.
AssignProps() - Method in class jasp.adodb.Field
Sets all properties for the currect object.
AssignProps() - Method in class jasp.adodb.Parameter
Sets all properties for the currect object.
AssignProps() - Method in class jasp.adodb.Recordset
 
Atn(double) - Static method in class jasp.vbs.vb
Returns the arctangent of a number.
Atn(String) - Static method in class jasp.vbs.vb
Returns the arctangent of a numeric string.
Atn(boolean) - Static method in class jasp.vbs.vb
Returns the arctangent of a boolean value.
AttachFile(String, String, int) - Method in class jasp.smtp.NewMail
Adds an attachment to the message by reading a file
AttachFile(String, String) - Method in class jasp.smtp.NewMail
Adds an attachment to the message by reading a file
AttachFile(String) - Method in class jasp.smtp.NewMail
Adds an attachment to the message by reading a file
AttachURL(String, String, String, int) - Method in class jasp.smtp.NewMail
Adds an attachment to the message and associates a Uniform Resource Locator (URL) with the attachment
AttachURL(String, String, String) - Method in class jasp.smtp.NewMail
Adds an attachment to the message and associates a Uniform Resource Locator (URL) with the attachment
AttachURL(String, String) - Method in class jasp.smtp.NewMail
Adds an attachment to the message and associates a Uniform Resource Locator (URL) with the attachment
Attachments - class jasp.jmail.Attachments.
JMail.Attachments
Attachments() - Constructor for class jasp.jmail.Attachments
 
add(int) - Method in class jasp.util.pVector
Appends an integer value to the end of this pVector.
add(byte) - Method in class jasp.util.pVector
Appends a byte value to the end of this pVector.
add(short) - Method in class jasp.util.pVector
Appends a short value to the end of this pVector.
add(double) - Method in class jasp.util.pVector
Appends a double value to the end of this pVector.
add(boolean) - Method in class jasp.util.pVector
Appends a Boolean value to the end of this pVector.
add(Object) - Method in class jasp.util.pVector
Appends the specified element to the end of this pVector.
add(variant) - Method in class jasp.vbs.variant
Sums two variants.
application() - Static method in class jasp.buildin.Application
Returns an Application instance.
application_init() - Method in class jasp.buildin.ASPGlobal
Initializes the application variables , for example: the variable is declared with Object target in ASP file.
application_onend() - Method in class jasp.buildin.ASPGlobal
The application_onend event occurs when the application quits, after the Session_OnEnd event.
application_onstart() - Method in class jasp.buildin.ASPGlobal
The application_onstart event occurs before the first new session is created, that is, before the Session_OnStart event.

B

BackGroundSounds() - Method in class jasp.webcom.BrowserType
Gets a value indicating whether the client browser supports background sounds.
BeginTrans() - Method in class jasp.adodb.Connection
Begins a new transaction.
Beta() - Method in class jasp.webcom.BrowserType
Gets a value indicating whether the browser is a beta release.
BinaryRead(int) - Static method in class jasp.buildin.Request
Gets data sent to the server from the client as part of a POST request.
BinaryWrite(vbarray) - Static method in class jasp.buildin.Response
Writes the specified information to the current HTTP output without any character conversion
BinaryWrite(variant) - Static method in class jasp.buildin.Response
Writes the specified information to the current HTTP output without any character conversion
BinaryWrite(char[]) - Static method in class jasp.buildin.Response
Writes the specified information to the current HTTP output without any character conversion
BinaryWrite(byte[]) - Static method in class jasp.buildin.Response
Writes the specified information to the current HTTP output without any character conversion
Browser() - Method in class jasp.webcom.BrowserType
Gets the browser string (if any) that was transmitted in the User-Agent header.
BrowserType - class jasp.webcom.BrowserType.
Creates a BrowserType object that determines the capabilities, type, and version of each browser that accesses your Web site.
BrowserType() - Constructor for class jasp.webcom.BrowserType
Creates a BrowserType object that provides your scripts with a description of the capabilities of the client's Web browser.
BuildPath(String, String) - Static method in class jasp.io.FileSystemObject
Generate a path from an existing path and a name

C

CBool(double) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype boolean.
CBool(vbdate) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype boolean.
CBool(vbcurrency) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype boolean.
CBool(String) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype boolean.
CBool(boolean) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype boolean.
CBool(variant) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype boolean.
CByte(double) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Byte.
CByte(String) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Byte.
CByte(boolean) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Byte.
CByte(vbdate) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Byte.
CByte(vbcurrency) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Byte.
CByte(variant) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Byte.
CCur(double) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Currency.
CCur(String) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Currency.
CCur(vbdate) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Currency.
CCur(vbcurrency) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Currency.
CCur(variant) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Currency.
CCur(boolean) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Currency.
CDate(double) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Date.
CDate(String) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Date.
CDate(vbdate) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Date.
CDate(vbcurrency) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Date.
CDate(boolean) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Date.
CDate(variant) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Date.
CDbl(double) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Double.
CDbl(String) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Double.
CDbl(vbdate) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Double.
CDbl(vbcurrency) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Double.
CDbl(boolean) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Double.
CDbl(Object) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Double.
CDbl(variant) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Double.
CInt(double) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Integer.
CInt(String) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Integer.
CInt(vbdate) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Integer.
CInt(vbcurrency) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Integer.
CInt(boolean) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Integer.
CInt(variant) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Integer.
CLng(double) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Long.
CLng(String) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Long.
CLng(vbdate) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Long.
CLng(vbcurrency) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Long.
CLng(boolean) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Long.
CLng(variant) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Long.
CSng(double) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Single.
CSng(vbdate) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Single.
CSng(vbcurrency) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Single.
CSng(String) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Single.
CSng(boolean) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Single.
CSng(variant) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype Single.
CStr(vbdate) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype String.
CStr(vbcurrency) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype String.
CStr(int) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype String.
CStr(short) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype String.
CStr(long) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype String.
CStr(double) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype String.
CStr(String) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype String.
CStr(boolean) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype String.
CStr(variant) - Static method in class jasp.vbs.vb
Returns an expression that has been converted to a Variant of subtype String.
Cancel() - Method in class jasp.adodb.Command
Cancel execution of a pending, asynchronous execute method call
Cancel() - Method in class jasp.adodb.Connection
Terminates execution of an asynchronous Open method.
Cancel() - Method in class jasp.adodb.Recordset
Cancels execution of a pending,asynchronous Execute or Open method call
CancelBatch() - Method in class jasp.adodb.Recordset
Cancels a pending batch update.
CancelBatch(variant) - Method in class jasp.adodb.Recordset
Cancels a pending batch update.
CancelUpdate() - Method in class jasp.adodb.Recordset
Cancels any changes made to the current record or to a new record prior to calling the Update method.
Cdf() - Method in class jasp.webcom.BrowserType
Gets a value indicating whether the client browser supports Channel Definition Format (CDF) for webcasting.
Charset(String) - Static method in class jasp.buildin.Response
A string that specifies a character set for the page.
ChooseContent(String) - Method in class jasp.webcom.ContentRotator
Retrieves and displays a content string.
Chr(double) - Static method in class jasp.vbs.vb
Returns the character associated with the specified ANSI character code.
Chr(String) - Static method in class jasp.vbs.vb
Returns the character associated with the specified ANSI character code.
Chr(boolean) - Static method in class jasp.vbs.vb
Returns the character associated with the specified ANSI character code.
Clear() - Method in class jasp.adodb.Errors
Removes all of objects in currect collection.
Clear() - Static method in class jasp.buildin.Response
Erases any buffered HTML output.
Clear() - Method in class jasp.jmail.Attachments
Clear clears the collection
Clear() - Method in class jasp.jmail.Message
Clears the message object, and gives you a new clean message
Clear() - Method in class jasp.jmail.Messages
Clears the collection.
Clear() - Method in class jasp.jmail.Recipients
Clear the collection
Clear() - Method in class jasp.vbs.vbErr
Clears all of the errors.
ClearAllRecipients() - Method in class jasp.smtp.Mailer
Clears all recipients assigned to the To, CC and BCC lists.
ClearAttachments() - Method in class jasp.jmail.Message
Clears the list of attachments.
ClearAttachments() - Method in class jasp.jmail.SMTPMail
Clears the list of attachments
ClearAttachments() - Method in class jasp.smtp.Mailer
Clears any attachments that were previously set.
ClearBCCs() - Method in class jasp.smtp.Mailer
Clears any recipients assigned to the BCC list.
ClearBodyText() - Method in class jasp.smtp.Mailer
Clears any text assigned to the message’s body which may have been set previously by using the BodyText property
ClearCCs() - Method in class jasp.smtp.Mailer
Clears any recipients assigned to the CC list.
ClearCustomHeaders() - Method in class jasp.jmail.Message
Clears all custom headers.
ClearCustomHeaders() - Method in class jasp.jmail.SMTPMail
Cleare custom headers
ClearExtraHeaders() - Method in class jasp.smtp.Mailer
Clears any X-Headers that were set by use of AddExtraHeader.
ClearRecipients() - Method in class jasp.jmail.Message
Clears the recipitent list
ClearRecipients() - Method in class jasp.jmail.SMTPMail
 
ClearRecipients() - Method in class jasp.smtp.Mailer
Clears any recipients assigned to the To list.
Clickable() - Method in class jasp.webcom.AdRotator
Specifies whether the advertisement is a hyperlink.
ClientCertificate(String) - Static method in class jasp.buildin.Request
Gets the certificate of the Certificate Collection.
ClientCertificate() - Static method in class jasp.buildin.Request
Gets the ClientCertificate Collection
Clone(int) - Method in class jasp.adodb.Recordset
Creates a duplicate Recordset object from an existing Recordset object.
Clone() - Method in class jasp.adodb.Recordset
Creates a duplicate Recordset object from an existing Recordset object.
Close() - Method in class jasp.adodb.Command
Close the command object
Close() - Method in class jasp.adodb.Connection
Close the Connection session with database also close any active Recordset object associated with the connection.A Command object associated with the Connection object you are closing will persist, but it will no longer be associated with a Connection object; that is, its ActiveConnection property will be set to Nothing.
Close() - Method in class jasp.adodb.Recordset
Free all resource and set the state to closed.
Close() - Method in class jasp.io.TextStream
Close an open TextStream file.
Close() - Method in class jasp.jmail.Message
Force JMail to close a chache connection to a mail server
Close() - Method in class jasp.jmail.SMTPMail
Force JMail to close an cached connection to a mailserver.
ClosePop3() - Method in class jasp.pop3.Mailer
Quits the current POP3 session and closes the connection.
Collection - interface jasp.util.Collection.
The root interface in the collection hierarchy.
Command - class jasp.adodb.Command.
A Command object is a definition of a specific command that you intend to execute against a data source.
Command() - Constructor for class jasp.adodb.Command
 
CommitTrans() - Method in class jasp.adodb.Connection
Saves changes made within an open transaction on the connection and ends the transaction. if the Attributes property is set to adXactCommitRetaining, it automatically starts a new transaction
CompareBookmarks(double, double) - Method in class jasp.adodb.Recordset
Compares two bookmarks and returns an indication of their relative values.
Connect(String, String, String, int) - Method in class jasp.jmail.POP3
Opens the connection to the POP3 Server, the port argument is optional and defaults to 110.
Connect(String, String, String) - Method in class jasp.jmail.POP3
 
Connection - class jasp.adodb.Connection.
This class is compatible with Microsoft's ADODB.CONNECTOIN object.
Connection() - Constructor for class jasp.adodb.Connection
Creates a Connection Object.
ContentRotator - class jasp.webcom.ContentRotator.
The Content Rotator component creates a ContentRotator object that automatically rotates HTML content strings on a Web page.
ContentRotator() - Constructor for class jasp.webcom.ContentRotator
Creates a ContentRotator object that automatically rotates HTML content strings on a Web page.
Contents() - Static method in class jasp.buildin.Application
Contains all of the items that have been added to the application through script commands.
Contents(String) - Static method in class jasp.buildin.Application
Gets the member of the Application Contents Collection.
Contents() - Static method in class jasp.buildin.Session
Contains the items that you have added to the session with script commands.
Contents(String) - Static method in class jasp.buildin.Session
Gets an item from the Contents collection.
Cookies(String) - Static method in class jasp.buildin.Request
Gets the cookie from the Cookies Collection.
Cookies() - Static method in class jasp.buildin.Request
Gets the Cookies Collection
Cookies(String) - Static method in class jasp.buildin.Response
 
Cookies() - Method in class jasp.webcom.BrowserType
Gets a value indicating whether the client browser supports cookies.
Copy(String) - Method in class jasp.io.File
Copies a specified file or folder from one location to another.
Copy(String, boolean) - Method in class jasp.io.File
Copies a specified file or folder from one location to another.
Copy(String) - Method in class jasp.io.Folder
Copies a specified file or folder from one location to another.
Copy(String, boolean) - Method in class jasp.io.Folder
Copies a specified file or folder from one location to another.
CopyFile(String, String) - Static method in class jasp.io.FileSystemObject
Copy a file
CopyFile(String, String, boolean) - Static method in class jasp.io.FileSystemObject
Copy a file
CopyFolder(String, String) - Static method in class jasp.io.FileSystemObject
Copy a folder
CopyFolder(String, String, boolean) - Static method in class jasp.io.FileSystemObject
Copy a folder
Cos(double) - Static method in class jasp.vbs.vb
Returns the cosine of an angle.
Cos(String) - Static method in class jasp.vbs.vb
Returns the cosine of an angle.
Cos(boolean) - Static method in class jasp.vbs.vb
Returns the cosine of an angle.
Cos(variant) - Static method in class jasp.vbs.vb
Returns the cosine of an angle.
Cos(vbdate) - Static method in class jasp.vbs.vb
Returns the cosine of an angle.
Cos(vbcurrency) - Static method in class jasp.vbs.vb
Returns the cosine of an angle.
Counters - class jasp.webcom.Counters.
The Counter component creates a Counters object that can create, store, increment, and retrieve any number of individual counters.
Counters() - Constructor for class jasp.webcom.Counters
Creates a Counters object that can create, store, increment, and retrieve any number of individual counters
Crawler() - Method in class jasp.webcom.BrowserType
Gets a value indicating whether the client browser is a Web crawler search engine.
CreateFolder(String) - Static method in class jasp.io.FileSystemObject
Create a folder
CreateObject(String) - Static method in class jasp.buildin.Server
CreateObject Creates an instance of a server component.
CreateObject(String) - Static method in class jasp.vbs.vb
Returns an instance of a JavaBean or Class.
CreateParameter() - Method in class jasp.adodb.Command
Creates a new parameter
CreateParameter(String) - Method in class jasp.adodb.Command
Creates a new parameter with the specific name
CreateParameter(String, int) - Method in class jasp.adodb.Command
Creates a new parameter with the specific name and type.
CreateParameter(variant, int) - Method in class jasp.adodb.Command
Creates a new parameter with the specific name and type.
CreateParameter(String, int, int) - Method in class jasp.adodb.Command
Creates a new Parameter object with the specified name, type, direction.
CreateParameter(String, variant, int) - Method in class jasp.adodb.Command
Creates a new Parameter object with the specified name, type, direction.
CreateParameter(variant, int, int) - Method in class jasp.adodb.Command
Creates a new Parameter object with the specified name, type, direction.
CreateParameter(variant, variant, int) - Method in class jasp.adodb.Command
Creates a new Parameter object with the specified name, type and direction.
CreateParameter(String, int, int, int) - Method in class jasp.adodb.Command
Creates a new Parameter object with the specified name, type, direction and size.
CreateParameter(variant, variant, variant, int) - Method in class jasp.adodb.Command
Creates a new Parameter object with the specified name, type, direction and size.
CreateParameter(variant, int, int, int) - Method in class jasp.adodb.Command
Creates a new Parameter object with the specified name, type, direction and size.
CreateParameter(variant, variant, int, int) - Method in class jasp.adodb.Command
Creates a new Parameter object with the specified name, type, direction and size.
CreateParameter(String, int, variant, int) - Method in class jasp.adodb.Command
Creates a new Parameter object with the specified name, type, direction and size.
CreateParameter(String, int, int, int, Object) - Method in class jasp.adodb.Command
Creates a new Parameter object with the specified name, type, direction, size and value.
CreateParameter(variant, variant, variant, variant, variant) - Method in class jasp.adodb.Command
Creates a new Parameter object with the specified name, type, direction, size and value.
CreateParameter(variant, variant, variant, variant, Object) - Method in class jasp.adodb.Command
Creates a new Parameter object with the specified name, type, direction, size and value.
CreateParameter(String, int, variant, int, Object) - Method in class jasp.adodb.Command
Creates a new Parameter object with the specified name, type, direction, size and value.
CreateParameter(String, int, int, variant, Object) - Method in class jasp.adodb.Command
Creates a new Parameter object with the specified name, type, direction, size and value.
CreateTextFile(String) - Static method in class jasp.io.FileSystemObject
Create a file as a TextStream
CreateTextFile(String, boolean) - Static method in class jasp.io.FileSystemObject
Create a file as a TextStream
CreateTextFile(String, boolean, boolean) - Static method in class jasp.io.FileSystemObject
Create a file as a TextStream
CreateTextFile(String) - Method in class jasp.io.Folder
Create a file as a TextStream
CreateTextFile(String, boolean) - Method in class jasp.io.Folder
Create a file as a TextStream
CreateTextFile(String, boolean, boolean) - Method in class jasp.io.Folder
Create a file as a TextStream
clone() - Method in class jasp.adodb.Recordset
Implements the clone method
clone_() - Method in class jasp.vbs.variant
clone a variant.
clone_() - Method in class jasp.vbs.vbarray
Clone this vbarray.
compareTo(variant) - Method in class jasp.vbs.variant
 
compareTo(vbdate) - Method in class jasp.vbs.vbdate
 

D

DEFAULT_PARARM - Static variable in class jasp.vbs.variant
Represents a missing optional parameter.
Date() - Static method in class jasp.vbs.vb
Returns the current system date.
DateAdd(String, double, vbdate) - Static method in class jasp.vbs.vb
Returns a date to which a specified time interval has been added.
DateDiff(String, vbdate, vbdate) - Static method in class jasp.vbs.vb
Returns the number of intervals between two dates.
DateDiff(String, vbdate, vbdate, double) - Static method in class jasp.vbs.vb
Returns the number of intervals between two dates.
DateDiff(String, vbdate, vbdate, double, double) - Static method in class jasp.vbs.vb
Returns the number of intervals between two dates.
DatePart(String, vbdate) - Static method in class jasp.vbs.vb
Returns the specified part of a given date.
DatePart(String, vbdate, double) - Static method in class jasp.vbs.vb
Returns the specified part of a given date.
DatePart(String, vbdate, double, double) - Static method in class jasp.vbs.vb
Returns the specified part of a given date.
DateSerial(double, double, double) - Static method in class jasp.vbs.vb
Returns a vbdate for a specified year, month, and day.
DateValue(String) - Static method in class jasp.vbs.vb
Returns a vbdate.
DateValue(vbdate) - Static method in class jasp.vbs.vb
Returns a vbdate.
DateValue(double) - Static method in class jasp.vbs.vb
Returns a vbdate.
DateValue(variant) - Static method in class jasp.vbs.vb
Returns a vbdate.
Day(vbdate) - Static method in class jasp.vbs.vb
Returns a whole number between 1 and 31, inclusive, representing the day of the month.
Day(String) - Static method in class jasp.vbs.vb
Returns a whole number between 1 and 31, inclusive, representing the day of the month.
Day(double) - Static method in class jasp.vbs.vb
Returns a whole number between 1 and 31, inclusive, representing the day of the month.
Day(variant) - Static method in class jasp.vbs.vb
Returns a whole number between 1 and 31, inclusive, representing the day of the month.
DecodeHeader(String) - Method in class jasp.jmail.Message
Decodes a message header
Delete(int) - Method in class jasp.adodb.Fields
Remove a Field Object from currect collection with a specific index.
Delete(String) - Method in class jasp.adodb.Fields
Remove a Field Object from currect collection with a specific name
Delete(int) - Method in class jasp.adodb.Parameters
Remove a Parameter from Collection with specific Index
Delete(String) - Method in class jasp.adodb.Parameters
Remove a Parameter from Collection with specific Name
Delete() - Method in class jasp.adodb.Recordset
Delete the currect record.
Delete(variant) - Method in class jasp.adodb.Recordset
Deletes the affected records.
Delete() - Method in class jasp.io.File
Deletes a specified file
Delete(boolean) - Method in class jasp.io.File
Deletes a specified file
Delete() - Method in class jasp.io.Folder
Deletes a specified file
Delete(boolean) - Method in class jasp.io.Folder
Deletes a specified file
Delete(int) - Method in class jasp.pop3.Mailer
Permanently deletes the specified message from the server.
DeleteFile(String) - Static method in class jasp.io.FileSystemObject
Delete a file
DeleteFile(String, boolean) - Static method in class jasp.io.FileSystemObject
Delete a file
DeleteFolder(String) - Static method in class jasp.io.FileSystemObject
Delete a folder
DeleteFolder(String, boolean) - Static method in class jasp.io.FileSystemObject
Delete a folder
DeleteMessages() - Method in class jasp.jmail.POP3
Deletes all messages from the mailer server
DeleteSingleMessage(int) - Method in class jasp.jmail.POP3
Deletes the single message on the mail server.
Dictionary - class jasp.util.Dictionary.
Dictionary object stores data key, item pairs.
Dictionary() - Constructor for class jasp.util.Dictionary
Constructs a Dictionary object.
Disconnect() - Method in class jasp.jmail.POP3
Closes the connection to the server
DownloadHeaders() - Method in class jasp.jmail.POP3
Downloads all headers and adds them in the Messages Collection
DownloadMessages() - Method in class jasp.jmail.POP3
Download all messages
DownloadSingleHeader(int) - Method in class jasp.jmail.POP3
Downloads the headers of a single Message,and adds them in the Messages Collection
DownloadSingleMessage(int) - Method in class jasp.jmail.POP3
Downloads , returns and puts the specifeid message in the Messages Collection
DownloadUnreadMessages() - Method in class jasp.jmail.POP3
Downloads all unread e-mails, the e-mails are added to Messages collection.
Drive - class jasp.io.Drive.
Contains methods and properties that allow you to gather information about a drive attached to the system, such as its share name and how much room is available.
Drive(String) - Constructor for class jasp.io.Drive
 
DriveExists(String) - Static method in class jasp.io.FileSystemObject
Check if a drive or a share exists
Drives - class jasp.io.Drives.
Provides a list of the drives attached to the system, either physically or logically.
Drives() - Constructor for class jasp.io.Drives
 
dblValue() - Method in class jasp.vbs.vbcurrency
Returns the double value of this Currency.
dblValue() - Method in class jasp.vbs.vbdate
Returns the double value since 1900 represented by this Java Date object.
defParm() - Method in class jasp.vbs.variant
Sets a variant object to represent a missing optional parameter.
destroy() - Method in class jasp.vbs.vbclass
Destroys the class module object.
dimensions() - Method in class jasp.vbs.vbarray
Returns the number of dimensions in a vbarray.

E

EcmaScriptVersion() - Method in class jasp.webcom.BrowserType
Gets the version number of ECMA script that the client browser supports.
EncodeHeader() - Method in class jasp.smtp.Mailer
Encodes a string in RFC1522 format to provide support for 8bit mail headers such as 8bit subject headers.
End() - Static method in class jasp.buildin.Response
Causes the Web server to stop processing the script and return the current result.
EraseFile(String) - Method in class jasp.pop3.Mailer
Permanently deletes a file from the local drive.
Error - class jasp.adodb.Error.
An Error object contains details about data access errors pertaining to a single operation involving the jdbc driver
Error() - Constructor for class jasp.adodb.Error
Constructs an Error Object.
Error(SQLException, String) - Constructor for class jasp.adodb.Error
Constructs an Error Object with the spceific SQLException to Error
Error - Static variable in class jasp.vbs.variant
Contains an error.
Errors - class jasp.adodb.Errors.
The Errors collection contains all the Error objects created in response to a single failure involving the jdbc driver.
Errors() - Constructor for class jasp.adodb.Errors
 
Escape(String) - Static method in class jasp.vbs.vb
Returns a string value (in Unicode format) that contains the contents of charstring.
Eval(String) - Static method in class jasp.vbs.vb
Evaluates an expression and returns the result.
Execute() - Method in class jasp.adodb.Command
Execute a SQL statement with the specific CommandText if have reords back, return a Recordset object. else return null.
Execute(variant) - Method in class jasp.adodb.Command
Execute a SQL statement with the specific CommandText, and returns the number of records that the operation affected.
Execute(variant, variant) - Method in class jasp.adodb.Command
Execute a SQL statement with the specific CommandText and Parameters array, and returns the number of records that the operation affected.
Execute(variant, variant, int) - Method in class jasp.adodb.Command
Execute a SQL statement with the specific CommandText and Parameters array, and returns the number of records that the operation affected.
Execute(String) - Method in class jasp.adodb.Connection
Returns a Recordset object with the specific CommandText, the CommandText maybe a SQL statement,stored procedure etc.
Execute(String, variant) - Method in class jasp.adodb.Connection
Returns a Recordset object with the specific CommandText and return the Affected records number, the CommandText maybe a SQL statement,stored procedure etc.
Execute(String, variant, int) - Method in class jasp.adodb.Connection
Returns a Recordset object with the specific CommandText and return the Affected records number, the CommandText maybe a SQL statement,stored procedure etc.
Execute(String) - Static method in class jasp.buildin.Server
Calls an .asp file and processes it as if it were part of the calling .asp.
Execute() - Method in class jasp.jmail.SMTPMail
Executes and sends the message to the server
Execute(String) - Method in class jasp.regexp.RegExp
Executes a regular expression search against a specified string.
Exists(String) - Method in class jasp.util.Dictionary
Returns true if a specified key exists in the Dictionary object, false if it does not.
Exp(double) - Static method in class jasp.vbs.vb
Returns e (the base of natural logarithms) raised to a power.
Exp(String) - Static method in class jasp.vbs.vb
Returns e (the base of natural logarithms) raised to a power.
Exp(boolean) - Static method in class jasp.vbs.vb
Returns e (the base of natural logarithms) raised to a power.
Exp(variant) - Static method in class jasp.vbs.vb
Returns e (the base of natural logarithms) raised to a power.
Exp(vbdate) - Static method in class jasp.vbs.vb
Returns e (the base of natural logarithms) raised to a power.
Exp(vbcurrency) - Static method in class jasp.vbs.vb
Returns e (the base of natural logarithms) raised to a power.
ExtractEmailAddressesFromURL(String, String) - Method in class jasp.jmail.Message
Downloads and adds e-mail addresses from a URL
ExtractEmailAddressesFromURL(String) - Method in class jasp.jmail.Message
 
ExtractEmailAddressesFromURL(String, String) - Method in class jasp.jmail.SMTPMail
Downloads and adds email addresses from an URL.
ExtractEmailAddressesFromURL(String) - Method in class jasp.jmail.SMTPMail
 
elementAt(int) - Method in class jasp.vbs.variant
Extracts an element of a one-dimensional vbarray as a variant.
elementAt(int, int) - Method in class jasp.vbs.variant
Extracts an element of a two-dimensional vbarray as a variant.
elementAt(int, int, int) - Method in class jasp.vbs.variant
Extracts an element of a three-dimensional vbarray as a variant.
elementAt(int, int, int, int) - Method in class jasp.vbs.variant
Extracts an element of a four-dimensional vbarray as a variant.
elementAt(int) - Method in class jasp.vbs.vbarray
Extracts an element of a one-dimensional vbarray as a variant.
elementAt(int, int) - Method in class jasp.vbs.vbarray
Extracts an element of a two-dimensional vbarray as a variant.
elementAt(int, int, int) - Method in class jasp.vbs.vbarray
Extracts an element of a three-dimensional vbarray as a variant.
elementAt(int, int, int, int) - Method in class jasp.vbs.vbarray
Extracts an element of a four-dimensional vbarray as a variant.
elements() - Method in class jasp.buildin.ASPCookie
Returns an enumeration of the sub-cookies in this Cookie.
elements() - Method in class jasp.buildin.ICookiesDictionary
Retrieves an enumerator interface which can be used to iterate through the items in the collection.
elements() - Method in interface jasp.buildin.IReadCookie
 
elements() - Method in class jasp.buildin.IStringDictionary
returns an enumerator interface which can be used to iterate through the items in the collection.
elements() - Method in class jasp.buildin.IStringList
Retrieves an enumerator for the string list
elements() - Method in class jasp.buildin.IVariantDictionary
Retrieves an enumerator interface which can be used to iterate through the items in the collection.
elements() - Method in interface jasp.buildin.IWriteCookie
 
elements() - Method in interface jasp.util.Collection
Returns an enumeration of the items in this Collection.
elements() - Method in class jasp.util.Dictionary
Returns an enumerator for the keys of the Dictionary.
equals(variant) - Method in class jasp.vbs.variant
Compares two varaints.
erase() - Method in class jasp.vbs.variant
Reinitializes the elements of fixed-size arrays and deallocates dynamic-array storage space.
erase() - Method in class jasp.vbs.vbarray
Reinitializes the elements of fixed-size arrays and deallocates dynamic-array storage space.
exists() - Method in class jasp.io.File
 

F

Field - class jasp.adodb.Field.
A Field object represents a columns's information.
Field() - Constructor for class jasp.adodb.Field
 
Fields - class jasp.adodb.Fields.
A Fields collection contains all the Field objects of a Recordset object.
Fields() - Constructor for class jasp.adodb.Fields
 
File - class jasp.io.File.
Contains methods and properties that allow you to create, delete, or move a file.
File(String) - Constructor for class jasp.io.File
 
FileExists(String) - Static method in class jasp.io.FileSystemObject
Check if a file exists
FileSystemObject - class jasp.io.FileSystemObject.
Contains methods and properties that allow you to create, delete, gain information about, and generally manipulate drives, folders, and files.
FileSystemObject() - Constructor for class jasp.io.FileSystemObject
 
Files - class jasp.io.Files.
Provides a list of all files contained within a folder.
Files() - Constructor for class jasp.io.Files
 
Filter(vbarray, String) - Static method in class jasp.vbs.vb
Returns a zero-based array containing a subset of a string array based on a specified filter criteria.
Filter(vbarray, String, boolean) - Static method in class jasp.vbs.vb
Returns a zero-based array containing a subset of a string array based on a specified filter criteria.
Filter(vbarray, String, boolean, double) - Static method in class jasp.vbs.vb
Returns a zero-based array containing a subset of a string array based on a specified filter criteria.
Filter(variant, String) - Static method in class jasp.vbs.vb
Returns a zero-based array containing a subset of a string array based on a specified filter criteria.
Filter(variant, String, boolean) - Static method in class jasp.vbs.vb
Returns a zero-based array containing a subset of a string array based on a specified filter criteria.
Filter(variant, String, boolean, double) - Static method in class jasp.vbs.vb
Returns a zero-based array containing a subset of a string array based on a specified filter criteria.
Find(String) - Method in class jasp.adodb.Recordset
Searches a Recordset for the record that satisfies the specified criteria.
Find(String, int) - Method in class jasp.adodb.Recordset
Searches a Recordset for the record that satisfies the specified criteria.
Find(String, boolean) - Method in class jasp.adodb.Recordset
Searches a Recordset for the record that satisfies the specified criteria.
Find(String, variant, int) - Method in class jasp.adodb.Recordset
Searches a Recordset for the record that satisfies the specifies criteria.
Find(String, int, int) - Method in class jasp.adodb.Recordset
Searches a Recordset for the record that satisfies the specified criteria.
Find(String, variant, int, double) - Method in class jasp.adodb.Recordset
Searches a Recordset for the record that satisfies the specified criteria.If the criteria is met, the recordset position is set on the found record;otherwise,the position is set the end of the recordset.
Find(String, variant, variant, double) - Method in class jasp.adodb.Recordset
Searches a Recordset for the record that satisfies the specified criteria.
Find(String, int, variant, double) - Method in class jasp.adodb.Recordset
Searches a Recordset for the record that satisfies the specified criteria.
Find(String, int, int, double) - Method in class jasp.adodb.Recordset
Searches a Recordset for the record that satisfies the specified criteria.
Find(String, int, int, double, boolean) - Method in class jasp.adodb.Recordset
Searches a Recordset for the record that satisfies the specified criteria.
Fix(double) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Fix(String) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Fix(boolean) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Fix(variant) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Fix(vbdate) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Fix(vbcurrency) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Flush() - Static method in class jasp.buildin.Response
Sends buffered output immediately.
Folder - class jasp.io.Folder.
Contains methods and properties that allow you to create, delete, or move folders.
Folder(String) - Constructor for class jasp.io.Folder
 
FolderExists(String) - Static method in class jasp.io.FileSystemObject
Check if a path exists"
Folders - class jasp.io.Folders.
Provides a list of all the folders within a Folder
Folders() - Constructor for class jasp.io.Folders
 
Form(String) - Static method in class jasp.buildin.Request
Gets the value of the item of the Form Collection.
Form(int) - Static method in class jasp.buildin.Request
Gets the value of the item of the Form Collection.
Form() - Static method in class jasp.buildin.Request
Gets the Form Collection
FormatCurrency(variant) - Static method in class jasp.vbs.vb
Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
FormatCurrency(double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
FormatCurrency(double, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
FormatCurrency(double, double, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
FormatCurrency(double, double, double, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
FormatCurrency(double, double, double, double, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a currency value using the currency symbol defined in the system control panel.
FormatDateTime(double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a date or time.
FormatDateTime(double, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a date or time.
FormatDateTime(String) - Static method in class jasp.vbs.vb
Returns an expression formatted as a date or time.
FormatDateTime(String, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a date or time.
FormatDateTime(vbdate) - Static method in class jasp.vbs.vb
Returns an expression formatted as a date or time.
FormatDateTime(vbdate, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a date or time.
FormatDateTime(variant) - Static method in class jasp.vbs.vb
Returns an expression formatted as a date or time.
FormatDateTime(variant, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a date or time.
FormatNumber(variant) - Static method in class jasp.vbs.vb
Returns an expression formatted as a number.
FormatNumber(double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a number.
FormatNumber(double, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a number.
FormatNumber(double, double, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a number.
FormatNumber(double, double, double, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a number.
FormatNumber(double, double, double, double, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a number.
FormatPercent(variant) - Static method in class jasp.vbs.vb
Returns an expression formatted as a percentage (multiplied by 100) with a trailing % character.
FormatPercent(double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a percentage (multiplied by 100) with a trailing % character.
FormatPercent(double, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a percentage (multiplied by 100) with a trailing % character.
FormatPercent(double, double, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a percentage (multiplied by 100) with a trailing % character.
FormatPercent(double, double, double, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a percentage (multiplied by 100) with a trailing % character.
FormatPercent(double, double, double, double, double) - Static method in class jasp.vbs.vb
Returns an expression formatted as a percentage (multiplied by 100) with a trailing % character.
Frames() - Method in class jasp.webcom.BrowserType
Gets a value indicating whether the client browser supports HTML frames.
finalize() - Method in class jasp.buildin.ASPGlobal
Finalize the global class.

G

Get(String) - Method in class jasp.webcom.Counters
Takes the name of a counter and returns the current value of the counter.
GetAbsolutePathName(String) - Static method in class jasp.io.FileSystemObject
Return the canonical representation of the path
GetAdvertisement(String) - Method in class jasp.webcom.AdRotator
Gets the specifications for the next scheduled advertisement from the data file and formats it as HTML.
GetAllContent(String) - Method in class jasp.webcom.ContentRotator
Retrieves and displays all the content strings in the Content Schedule file.
GetAttachmentInfo(int) - Method in class jasp.pop3.Mailer
Gets the properties for the specified attachment and fill in the AttContentType, AttFileName and AttFileSize properties
GetBaseName(String) - Static method in class jasp.io.FileSystemObject
Return base name from a path
GetBodyTextFromFile(String) - Method in class jasp.smtp.Mailer
Loads message's body text from a file.
GetChunk(int) - Method in class jasp.adodb.Field
Returns all or a portion of the contents of a large text or binary data.
GetDrive(String) - Static method in class jasp.io.FileSystemObject
Get drive or UNC share
GetDriveName(String) - Static method in class jasp.io.FileSystemObject
Return drive from a path
GetExtensionName(String) - Static method in class jasp.io.FileSystemObject
Return extension from path
GetFile(String) - Static method in class jasp.io.FileSystemObject
Get file
GetFileName(String) - Static method in class jasp.io.FileSystemObject
Return the file name from a path
GetFolder(String) - Static method in class jasp.io.FileSystemObject
Get folder
GetHeader(String) - Method in class jasp.jmail.Headers
Returns the values of HeaderName
GetHeaderField(String) - Method in class jasp.pop3.Mailer
Queries the current message for any specific header field information.
GetLastError() - Static method in class jasp.buildin.Server
If a custom error has been defined for an ASP application, it may refer to an .asp file.
GetLastUnreadMessage() - Method in class jasp.jmail.POP3
Returns the ID of the first unread message , Return 0 if the no Message has been accessed, -1 if this command is not supported by the mail server.
GetListCount(String) - Method in class jasp.webcom.NextLink
Counts the number of items linked in the Content Linking List file.
GetLocale() - Static method in class jasp.vbs.vb
Returns the current locale ID value.
GetMessageBodyFromURL(String, String) - Method in class jasp.jmail.Message
Clear the body of the message and replaces it with the contents of the URL. the content type is automatically set to match the content type of the URL, the second argument(login and password) is optional.
GetMessageBodyFromURL(String) - Method in class jasp.jmail.Message
 
GetMessageBodyFromURL(String, String) - Method in class jasp.jmail.SMTPMail
Clears the body of the message and replaces it with the contents of the URL.
GetMessageBodyFromURL(String) - Method in class jasp.jmail.SMTPMail
 
GetMessageUID(int) - Method in class jasp.jmail.POP3
Returns the server's uniquie id for this message
GetParentFolderName(String) - Static method in class jasp.io.FileSystemObject
Return path to the parent folder
GetPopHeader(int) - Method in class jasp.pop3.Mailer
Allows you to retrieve the header information for one message instead of all messages.
GetPopHeaders() - Method in class jasp.pop3.Mailer
Provides a simple interface to retrieving information about each message on the server.
GetRows() - Method in class jasp.adodb.Recordset
Retrieves multiple records of a Recordset object into any array.
GetRows(int) - Method in class jasp.adodb.Recordset
Retrieves Rows records of a Recordset object into any array.
GetRows(variant, double) - Method in class jasp.adodb.Recordset
Retrieves Rows records of a Recordset object into any array start with dbStart.
GetRows(int, double) - Method in class jasp.adodb.Recordset
Retrieves Rows records of a Recordset object into any array start with dbStart.
GetRows(variant, double, variant) - Method in class jasp.adodb.Recordset
Retrieves multiple records of a Recordset object into any array.
GetRows(variant, variant, variant) - Method in class jasp.adodb.Recordset
Retrieves Rows records of a Recordset object into any array start with dbStart.
GetRows(int, variant, variant) - Method in class jasp.adodb.Recordset
Retrieves Rows records of a Recordset object into any array start with dbStart.
GetRows(int, double, variant) - Method in class jasp.adodb.Recordset
Retrieves Rows records of a Recordset object into any array start with dbStart.
GetSpecialFolder(int) - Static method in class jasp.io.FileSystemObject
Deprecated.  
GetString(int, int, String, String, String) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(variant, variant, variant, variant, variant) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(variant, int, String, String, String) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(variant, variant, String, String, String) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(variant, variant, variant, String, String) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(variant, variant, variant, variant, String) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(variant, variant, String, String) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(int, int, String, String) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(int, int, variant, String) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(variant, int, String, String) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(int, variant, String, String) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(variant, variant, String) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(int, int, String) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(int, variant, String) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(variant, int, String) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(variant, int) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(int, int) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString() - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetString(int) - Method in class jasp.adodb.Recordset
Returns the Recordset as a string.
GetTempName() - Static method in class jasp.io.FileSystemObject
Deprecated.  
GetTempPath() - Method in class jasp.smtp.Mailer
Returns <J-ASP-installed dir>\logs\ .
Goto0() - Method in class jasp.vbs.vbErr
Disables the error handling.
Greater(String, String) - Static method in class jasp.vbs.operator
Compares two strings.
Greater(variant) - Method in class jasp.vbs.variant
Compares two varaints.
GreaterEQ(String, String) - Static method in class jasp.vbs.operator
Compares two strings.
GreaterEQ(variant) - Method in class jasp.vbs.variant
Compares two varaints.
get(variant, String) - Static method in class jasp.vbs.operator
Returns the property of the object.
get(variant, String, pVector) - Static method in class jasp.vbs.operator
Returns the property or method of the object.
get(String) - Method in class jasp.vbs.vbclass
Returns the property of the class module (GET PROPERTY statement).
get(String, pVector) - Method in class jasp.vbs.vbclass
Returns the property of the class module (GET PROPERTY statement).
getASPCode() - Method in class jasp.buildin.ASPError
Returns an error code generated by IIS.
getASPDescription() - Method in class jasp.buildin.ASPError
Returns a more detailed description of the error if it is an ASP-related error.
getAbsolutePage() - Method in class jasp.adodb.Recordset
Returns the page number that the current record resides
getAbsolutePosition() - Method in class jasp.adodb.Recordset
Returns the absolute position of currect record in a recordset object.
getActiveCommand() - Method in class jasp.adodb.Recordset
Returns the active command.
getActiveConnection() - Method in class jasp.adodb.Command
Returns the Active Connection object.
getActiveConnection() - Method in class jasp.adodb.Recordset
The method returns the messages that Indicates to which Connection object the specified Command or Recordset object currently belongs.
getActualSize() - Method in class jasp.adodb.Field
Returns the actual size of the Field.
getAtEndOfLine() - Method in class jasp.io.TextStream
Read-only property that returns True if the file pointer immediately precedes the end-of-line marker in a TextStream file; False if it is not.
getAtEndOfStream() - Method in class jasp.io.TextStream
Read-only property that returns True if the file pointer is at the end of a TextStream file; False if it is not.
getAttAchmentcount() - Method in class jasp.pop3.Mailer
Returns the number of attachements that were found within the message.
getAttContentType() - Method in class jasp.pop3.Mailer
Returns the ContentType for a message attachment after you call Mailer.
getAttFileName() - Method in class jasp.pop3.Mailer
Returns the FileName for a message attachment after you call Mailer.
getAttFileSize() - Method in class jasp.pop3.Mailer
Returns the FileSize for a message attachment after you call Mailer.
getAttachments() - Method in class jasp.jmail.Message
Returns the Attachments collection
getAttributes() - Method in class jasp.adodb.Connection
Returns one or more characteristics.
getAttributes() - Method in class jasp.adodb.Field
Returns the attributes of the Filed.
getAttributes() - Method in class jasp.adodb.Parameter
Returns the attributes of the Parameter.
getAttributes() - Method in class jasp.adodb.Property
Returns the attributes of the Property.
getAttributes() - Method in class jasp.io.File
 
getAttributes() - Method in class jasp.io.Folder
 
getAvailableSpace() - Method in class jasp.io.Drive
 
getBOF() - Method in class jasp.adodb.Recordset
Returns boolean values that indicate whether the current record positing is before the first record in the Recordset object.
getBody() - Method in class jasp.jmail.Message
Returns the message's body
getBody() - Method in class jasp.jmail.SMTPMail
The body of the message.
getBodyText() - Method in class jasp.jmail.Message
 
getBodyText() - Method in class jasp.pop3.Mailer
Returns the message text
getBodyText() - Method in class jasp.smtp.Mailer
Gets the message body text.
getBookmark() - Method in class jasp.adodb.Recordset
Returns the unique identifies for the currect record in a recordset object.
getBuffer() - Static method in class jasp.buildin.Response
Gets if the page output is buffered.
getCC() - Method in class jasp.pop3.Mailer
Returns any CarbonCopy addresses the message was sent to
getCacheControl() - Static method in class jasp.buildin.Response
Determines whether proxy servers are able to cache the output generated by ASP.
getCacheSize() - Method in class jasp.adodb.Recordset
Returns the number of records from a Recordset object that are cached locally in memory.
getCategory() - Method in class jasp.buildin.ASPError
Indicates if the source of the error was internal to ASP, the scripting language, or an object
getCharset() - Static method in class jasp.buildin.Response
Gets the charset string.
getCharset() - Method in class jasp.jmail.SMTPMail
 
getCharset() - Method in class jasp.smtp.Mailer
Gets the character set.
getCodePage() - Static method in class jasp.buildin.Session
Determines the codepage that will be used to display dynamic content.
getColumn() - Method in class jasp.buildin.ASPError
Indicates the column position within the .asp file that generated the error.
getColumn() - Method in class jasp.io.TextStream
Read-only property that returns the column number of the current character position in a TextStream file.
getCommandText() - Method in class jasp.adodb.Command
Returns the CommandText of the Command object.
getCommandTimeout() - Method in class jasp.adodb.Command
Returns the CommandTimeout value of the Command object.
getCommandTimeout() - Method in class jasp.adodb.Connection
Returns how long to wait while executing a command before terminating the attempt and generating an error.
getCommandType() - Method in class jasp.adodb.Command
Returns the CommandType of the Command object.
getCompareMode() - Method in class jasp.util.Dictionary
Returns the comparison mode for comparing string keys in a Dictionary object.
getConfirmread() - Method in class jasp.smtp.Mailer
Gets the ConfirmReading flag.
getConnectURL() - Method in class jasp.adodb.Connection
Returns the url of the connection.
getConnectionString() - Method in class jasp.adodb.Connection
Returns the information used to establish a connection to a data source.
getConnectionTimeout() - Method in class jasp.adodb.Connection
Returns the value of ConnectionTimeout with current object's
getContentTransferEncoding() - Method in class jasp.jmail.SMTPMail
 
getContentType() - Static method in class jasp.buildin.Response
Returns the content type.
getContentType() - Method in class jasp.jmail.Message
Returns the body's content-type
getContentType() - Method in class jasp.jmail.SMTPMail
 
getContenttype() - Method in class jasp.smtp.Mailer
Gets the ContentType header of the message's BodyText.
getCount() - Method in class jasp.adodb.Errors
Return the number of error in currect collection.
getCount() - Method in class jasp.adodb.Fields
Returns the number of Field in currect collection
getCount() - Method in class jasp.adodb.Parameters
Returns the number of the Parameter in the Parameters collectoin.
getCount() - Method in class jasp.adodb.Properties
Returns the number of property in the Properties collection.
getCount() - Method in class jasp.buildin.ASPCookie
Retrieves the number of sub-cookies.
getCount() - Method in class jasp.buildin.ICookiesDictionary
Returns the number of cookies in the Cookies collection
getCount() - Method in interface jasp.buildin.IReadCookie
 
getCount() - Method in class jasp.buildin.IStringDictionary
Retrieves the number of items in a dictionary.
getCount() - Method in class jasp.buildin.IStringList
Retrieves the number of items in the list of strings
getCount() - Method in class jasp.buildin.IVariantDictionary
Returns the number of items in either the Contents or StaticObjects collection.
getCount() - Method in class jasp.io.Drives
 
getCount() - Method in class jasp.io.Files
 
getCount() - Method in class jasp.io.Folders
 
getCount() - Method in class jasp.jmail.Attachments
Returns the number of attachments in the collection
getCount() - Method in class jasp.jmail.Messages
 
getCount() - Method in class jasp.jmail.POP3
 
getCount() - Method in class jasp.jmail.Recipients
Returns the number of recipients in the collection
getCount() - Method in class jasp.regexp.MatchCollection
Gets the number of the match objects.
getCount() - Method in class jasp.util.Dictionary
Returns the number of items in a collection or Dictionary object.
getCount() - Method in class jasp.util.pVector
Returns the number of elements in this pVector.
getCount() - Method in class jasp.vbs.variant
Gets the number of elements contained in the vbarray.
getCount() - Method in class jasp.vbs.vbarray
Gets the number of elements contained in the vbarray.
getCursorLocation() - Method in class jasp.adodb.Connection
Returns the location of cursor engine.
getCursorLocation() - Method in class jasp.adodb.Recordset
Indicates the location of the cursor engine.
getCursorType() - Method in class jasp.adodb.Recordset
Returns the CursoyType of the Recordset.
getCustomcharset() - Method in class jasp.smtp.Mailer
Gets the custom charactor set
getDate() - Method in class jasp.jmail.Message
Returns the Date Time when the message was sent.
getDate() - Method in class jasp.pop3.Mailer
 
getDate() - Method in class jasp.vbs.vbdate
Returns Java Date object.
getDateCreated() - Method in class jasp.io.File
 
getDateCreated() - Method in class jasp.io.Folder
 
getDateLastAccessed() - Method in class jasp.io.File
 
getDateLastAccessed() - Method in class jasp.io.Folder
 
getDateLastModified() - Method in class jasp.io.File
 
getDateLastModified() - Method in class jasp.io.Folder
 
getDatetime() - Method in class jasp.smtp.Mailer
Gets the data-time header.
getDblValue() - Method in class jasp.vbs.variant
Gets the value of a String that contains the double value.
getDefaultDatabase() - Method in class jasp.adodb.Connection
Returns a string value that evaluates to the name of a database available from the provider.
getDefinedSize() - Method in class jasp.adodb.Field
Returns the defined size of the Field.
getDescription() - Method in class jasp.adodb.Error
Returns the descrition of the currect error.
getDescription() - Method in class jasp.buildin.ASPError
Returns a short description of the error
getDescription() - Method in class jasp.vbs.vbErr
Returns the description of the error.
getDirection() - Method in class jasp.adodb.Parameter
Indicates whether the Parameter represents an input parameter, an output parameter, or both, or if the parameter is the return value from a stored procedure.
getDrive() - Method in class jasp.io.File
 
getDrive() - Method in class jasp.io.Folder
 
getDriveLetter() - Method in class jasp.io.Drive
 
getDriveType() - Method in class jasp.io.Drive
 
getDrives() - Static method in class jasp.io.FileSystemObject
 
getDynamicProp(String) - Method in class jasp.webcom.BrowserType
Gets the dynamic properties of Browser.
getEOF() - Method in class jasp.adodb.Recordset
Returns boolean values that indicate whether the current record positing is the after last record in the Recordset object.
getEditMode() - Method in class jasp.adodb.Recordset
Returns the editing status of the current record.
getEmail() - Method in class jasp.jmail.Recipient
 
getEncode() - Static method in class jasp.buildin.Session
Returns the EncodeCharSet
getEncoding() - Method in class jasp.pop3.Mailer
Returns the encode of the message.
getEncoding() - Method in class jasp.smtp.Mailer
Gets the encoding type for attachments.
getError() - Method in class jasp.pop3.Mailer
Returns any error message if a failure is detected by the component
getErrorCode() - Method in class jasp.jmail.Message
Contains the error code if message.slient is set to TRUE
getErrorCode() - Method in class jasp.jmail.SMTPMail
Contains the error code if JMail.silent is set to true
getErrorMessage() - Method in class jasp.jmail.Message
Contains the error message if message.slient is set to TRUE
getErrorMessage() - Method in class jasp.jmail.SMTPMail
Contains the error message if JMail.silent is set to true
getErrorSource() - Method in class jasp.jmail.Message
Contains the error source if message.slient is set to TRUE.
getErrors() - Method in class jasp.adodb.Connection
Returns the Errors collection
getErrors(int) - Method in class jasp.adodb.Connection
Gets an Error from the Errors Collection.
getErrors(String) - Method in class jasp.adodb.Connection
 
getExpires() - Static method in class jasp.buildin.Response
Returns the length of time before a page cached on a browser expires.
getExpires() - Method in class jasp.pop3.Mailer
 
getExpires() - Method in class jasp.smtp.Mailer
 
getExpiresAbsolute() - Static method in class jasp.buildin.Response
Returns the date and time on which a page cached on a browser expires
getFields() - Method in class jasp.adodb.Recordset
Returns the fields collection, the collection contains all field information.
getFields(variant) - Method in class jasp.adodb.Recordset
Gets a Field from the Fields collection.
getFields(int) - Method in class jasp.adodb.Recordset
Gets a Field from the Fields collection.
getFields(String) - Method in class jasp.adodb.Recordset
Gets a Field from the Fields collection.
getFile() - Method in class jasp.buildin.ASPError
Indicates the name of the .asp file that was being processed when the error occurred
getFileSystem() - Method in class jasp.io.Drive
 
getFiles() - Method in class jasp.io.Folder
 
getFilter() - Method in class jasp.adodb.Recordset
Returns A filter for data in a Recordset.
getFirstIndex() - Method in class jasp.regexp.Match
Returns the position in a search string where a match occurs.
getFreeSpace() - Method in class jasp.io.Drive
 
getFrom() - Method in class jasp.jmail.Message
The sender's e-mail address
getFromAddress() - Method in class jasp.smtp.Mailer
Returns the message originator’s email address.
getFromName() - Method in class jasp.jmail.Message
 
getFromName() - Method in class jasp.pop3.Mailer
Returns The message originator's name.
getFromName() - Method in class jasp.smtp.Mailer
Returns the message originator’s name.
getFromaddress() - Method in class jasp.pop3.Mailer
Returns The message originator's email address.
getGlobal() - Method in class jasp.regexp.RegExp
Returns a Boolean value that indicates if a pattern should match all occurrences in an entire search string or just the first one.
getGlobalASA() - Static method in class jasp.buildin.Application
If the global.ASA does exist, return the instance of the global class for Global.asa
getHTMLBody() - Method in class jasp.jmail.Message
 
getHeaders() - Method in class jasp.jmail.Message
Returns the header's object.
getHelpContext() - Method in class jasp.vbs.vbErr
 
getHelpFile() - Method in class jasp.vbs.vbErr
 
getIgnoreMalFormedAddress() - Method in class jasp.smtp.Mailer
 
getIgnoreRecipientErrors() - Method in class jasp.smtp.Mailer
 
getIsolationLevel() - Method in class jasp.adodb.Connection
Returns the level of isolation for a Connection object.
getItem(variant) - Method in class jasp.adodb.Command
Gets a Parameter.
getItem(int) - Method in class jasp.adodb.Command
Gets the parameter object
getItem(String) - Method in class jasp.adodb.Command
Sets the value of the Parameter
getItem(variant) - Method in class jasp.adodb.Errors
Gets an Error from the Error collection.
getItem(int) - Method in class jasp.adodb.Errors
Gets an Error from the Error collection.
getItem(String) - Method in class jasp.adodb.Errors
Gets an Error from the Error collection.
getItem(variant) - Method in class jasp.adodb.Fields
Gets a Field form this collection.
getItem(int) - Method in class jasp.adodb.Fields
Gets a Field form this collection.
getItem(String) - Method in class jasp.adodb.Fields
Gets a Field with a specific name.
getItem(int) - Method in class jasp.adodb.Parameters
Gets a Parameter form this collection.
getItem(variant) - Method in class jasp.adodb.Parameters
Gets a Parameter form this collection.
getItem(String) - Method in class jasp.adodb.Parameters
Gets a Parameter form Parameters collection.
getItem(int) - Method in class jasp.adodb.Properties
Returns a Property object from currect collection with specific Index
getItem(variant) - Method in class jasp.adodb.Properties
Returns a Property object from currect collection.
getItem(String) - Method in class jasp.adodb.Properties
Returns a Property object from currect collection with specific name
getItem(int) - Method in class jasp.adodb.Recordset
Gets a Field with specific index from the Fields collection.
getItem(String) - Method in class jasp.adodb.Recordset
Gets a Field with specific name from the Fields collection.
getItem(variant) - Method in class jasp.adodb.Recordset
Gets a Field from the Fields collection.
getItem(variant) - Method in class jasp.buildin.ASPCookie
Gets the sub-cookie of the current Cookie.
getItem(int) - Method in class jasp.buildin.ASPCookie
Gets the sub-cookie of the current Cookie.
getItem(String) - Method in class jasp.buildin.ASPCookie
Gets the sub-cookie of the current Cookie.
getItem(String) - Static method in class jasp.buildin.Application
Gets the member of the Application Contents Collection.
getItem(variant) - Method in class jasp.buildin.ICookiesDictionary
Retrieves the specified cookie from Cookies colleciton.
getItem(int) - Method in class jasp.buildin.ICookiesDictionary
Retrieves the specified cookie from Cookies colleciton.
getItem(String) - Method in class jasp.buildin.ICookiesDictionary
Retrieves the specified cookie from the Cookies colleciton.
getItem(variant) - Method in interface jasp.buildin.IReadCookie
 
getItem(int) - Method in interface jasp.buildin.IReadCookie
 
getItem(String) - Method in interface jasp.buildin.IReadCookie
 
getItem(int) - Method in class jasp.buildin.IStringDictionary
Retrieves the specified item from a dictionary.
getItem(String) - Method in class jasp.buildin.IStringDictionary
Retrieves the specified item from a dictionary.
getItem(variant) - Method in class jasp.buildin.IStringDictionary
Retrieves the specified item from a dictionary.
getItem(int) - Method in class jasp.buildin.IStringList
Retrieves the specified item from a string list
getItem(variant) - Method in class jasp.buildin.IStringList
Retrieves the specified item from a string list
getItem(int) - Method in class jasp.buildin.IVariantDictionary
Retrieves the specified item from either the Contents or StaticObjects colleciton.
getItem(String) - Method in class jasp.buildin.IVariantDictionary
Retrieves the specified item from either the Contents or StaticObjects colleciton.
getItem(String) - Static method in class jasp.buildin.Request
Gets an item from the Collection.
getItem(String) - Static method in class jasp.buildin.Session
Adds an item to the Contents collection
getItem(int) - Method in class jasp.io.Drives
 
getItem(String) - Method in class jasp.io.Drives
 
getItem(int) - Method in class jasp.io.Files
 
getItem(String) - Method in class jasp.io.Files
 
getItem(int) - Method in class jasp.io.Folders
 
getItem(String) - Method in class jasp.io.Folders
 
getItem(int) - Method in class jasp.jmail.Attachments
Gets an Attachment from this collection.
getItem(int) - Method in class jasp.jmail.Messages
Returns a message object
getItem(int) - Method in class jasp.jmail.Recipients
Returns a recipient object
getItem(int) - Method in class jasp.regexp.MatchCollection
Gets an item from the Collection.
getItem(String) - Method in class jasp.util.Dictionary
Returns an item for a specified key in a Dictionary object.
getItem(int) - Method in class jasp.util.pVector
Returns the element at the specified position in this pVector.
getItem(variant) - Method in class jasp.vbs.variant
Gets the element at the specified index from vbarray or Collection.
getItem(int) - Method in class jasp.vbs.variant
Gets the element at the specified index from vbarray or Collection.
getItem(String) - Method in class jasp.vbs.variant
Gets the element at the specified name from Collection.
getItem(int) - Method in class jasp.vbs.vbarray
Gets the element at the specified index.
getJDBCConnection() - Method in class jasp.adodb.Connection
Returns the JDBC Connection
getJDBCStatement() - Method in class jasp.adodb.Recordset
Returns the JDBC statement
getKey(variant) - Method in class jasp.buildin.ICookiesDictionary
Retrieves a unique identifier for a Cookie in the Cookies colleciton.
getKey(int) - Method in class jasp.buildin.ICookiesDictionary
Retrieves a unique identifier for a Cookie in the Cookies colleciton.
getKey(int) - Method in class jasp.buildin.IStringDictionary
Retrieves the name of the item to be retrieved from the collection.
getKey(String) - Method in class jasp.buildin.IStringDictionary
Identifier that name which item to retrieve from the collection.
getKey(variant) - Method in class jasp.buildin.IStringDictionary
Identifier that name which item to retrieve from the collection.
getKey(int) - Method in class jasp.buildin.IVariantDictionary
Returns a unique identifier for an item in either the Contents or StaticObjects collection.
getKey(String) - Method in class jasp.util.Dictionary
Gets a key of item from the Dictionary object.
getKey(int) - Method in class jasp.util.Dictionary
Gets a key from a Dictionary object.
getLCID() - Static method in class jasp.buildin.Session
Determines the location identifier that will be used to display dynamic content.
getLength() - Method in class jasp.regexp.Match
Returns the length of a match found in a search string.
getLine() - Method in class jasp.buildin.ASPError
Indicates the line within the .asp file that generated the error.
getLine() - Method in class jasp.io.TextStream
Read-only property that returns the current line number in a TextStream file.
getListIndex(String) - Method in class jasp.webcom.NextLink
The GetListIndex method retrieves the index number of the current item in the Content Linking List file.
getLive() - Method in class jasp.smtp.Mailer
 
getLockType() - Method in class jasp.adodb.Recordset
Returns the type of locks placed on records during editing .
getLog() - Method in class jasp.jmail.Message
 
getLog() - Method in class jasp.jmail.SMTPMail
This is the log created by JMail when loging is set to true
getMailData() - Method in class jasp.jmail.Message
The raw maildata as the e-mail will look like when it is delivered.
getMailDirectory() - Method in class jasp.pop3.Mailer
 
getMailDomain() - Method in class jasp.jmail.Message
 
getMajorVer() - Method in class jasp.webcom.BrowserType
Gets the major version number of the client browser.
getMarshalOptions() - Method in class jasp.adodb.Recordset
Retuens a integer value that records to be marshaled back to the server .
getMaxRecords() - Method in class jasp.adodb.Recordset
Returns a maximum number of records from query
getMessage() - Method in class jasp.vbs.vbErr
 
getMessageCount() - Method in class jasp.pop3.Mailer
Returns the number of the messages are located on the server.
getMessageID() - Method in class jasp.pop3.Mailer
Returns the MessageID header for the Retrieved message
getMessages() - Method in class jasp.jmail.POP3
Return the Messages object through which can access the Message
getMimeVersion() - Method in class jasp.jmail.Message
 
getMimeVersion() - Method in class jasp.jmail.SMTPMail
 
getMinorVer() - Method in class jasp.webcom.BrowserType
Gets the minor (that is, decimal) version number of the client browser.
getMode() - Method in class jasp.adodb.Connection
Returns the available permissions for modifying data in a Connection. the Mode can be one of the following constants.
getName() - Method in class jasp.adodb.Command
Returns the name of Command
getName() - Method in class jasp.adodb.Field
Returns the name of the Field.
getName() - Method in class jasp.adodb.Parameter
Returns the name of the Parameter.
getName() - Method in class jasp.adodb.Property
Returns the name of the Property.
getName() - Method in class jasp.io.File
Sets or returns the name of a specified file or folder.
getName() - Method in class jasp.io.Folder
 
getName() - Method in class jasp.jmail.Recipient
 
getNativeError() - Method in class jasp.adodb.Error
Returns the NativeError
getNextDescription(String) - Method in class jasp.webcom.NextLink
The GetNextDescription method retrieves the text description of the next item in the Content Linking List file.
getNextURL(String) - Method in class jasp.webcom.NextLink
Gets the URL of the next page listed in the Content Linking List file.
getNthDescription(String, int) - Method in class jasp.webcom.NextLink
The GetNthDescription method retrieves a text description of the Nth item in the Content Linking List file.
getNthURL(String, int) - Method in class jasp.webcom.NextLink
The GetNthURL method returns the URL of the Nth item in the Content Linking List file.
getNumber() - Method in class jasp.adodb.Error
Returns the error No.
getNumber() - Method in class jasp.buildin.ASPError
Returns the standard COM error code
getNumber() - Method in class jasp.vbs.vbErr
Returns the error No.
getNumericScale() - Method in class jasp.adodb.Field
Returns the Scale of the Field.
getNumericScale() - Method in class jasp.adodb.Parameter
Returns the numeric scale of the Parameter.
getObj() - Method in class jasp.vbs.variant
Gets the value of a vbObject variant.
getObjectState() - Method in class jasp.adodb.Command
Returns the objectstate of ActiveConnection.
getObjectState() - Method in class jasp.adodb.Connection
Returns the objectstate of the Connection.
getObjectState() - Method in class jasp.adodb.Field
Returns the State of the current recordset.
getObjectState() - Method in class jasp.adodb.Parameter
Returns the state of the Parameter.
getObjectState() - Method in class jasp.adodb.Recordset
Returns the object state of the current RecordSet.
getOrganization() - Method in class jasp.smtp.Mailer
Returns the Organization header in the message.
getOriginalValue() - Method in class jasp.adodb.Field
Returns the original value of the Field.
getOut() - Static method in class jasp.buildin.Response
Gets the ASPResponse output stream.
getPGPParams() - Method in class jasp.smtp.Mailer
 
getPGPPath() - Method in class jasp.smtp.Mailer
 
getPageCount() - Method in class jasp.adodb.Recordset
Returns the number of pages in a recordset object
getPageSize() - Method in class jasp.adodb.Recordset
Returns the how many record in every page,defaut is 10
getParameters() - Method in class jasp.adodb.Command
Returns the Parameters collection
getParameters(variant) - Method in class jasp.adodb.Command
Gets the parameter
getParameters(int) - Method in class jasp.adodb.Command
Gets the parameter
getParameters(String) - Method in class jasp.adodb.Command
Gets the parameter
getParentFolder() - Method in class jasp.io.File
 
getParentFolder() - Method in class jasp.io.Folder
 
getPassword() - Method in class jasp.adodb.Connection
Returns the Password of the user name.
getPath() - Method in class jasp.io.Drive
 
getPath() - Method in class jasp.io.File
 
getPath() - Method in class jasp.io.Folder
 
getPattern() - Method in class jasp.regexp.RegExp
Returns the regular expression pattern.
getPipelining() - Method in class jasp.jmail.SMTPMail
 
getPrecision() - Method in class jasp.adodb.Field
Returns the precision of the Field.
getPrecision() - Method in class jasp.adodb.Parameter
Returns the precision of the Parameter.
getPrepared() - Method in class jasp.adodb.Command
Returns the Prepared flag
getPreviousDescription(String) - Method in class jasp.webcom.NextLink
The GetPreviousDescription method retrieves a text description of the previous item in the Content Linking List file.
getPreviousURL(String) - Method in class jasp.webcom.NextLink
Gets the URL of the previous pages listed in the Content Linking List file.
getPriority() - Method in class jasp.jmail.Message
 
getPriority() - Method in class jasp.jmail.SMTPMail
 
getPriority() - Method in class jasp.pop3.Mailer
Gets the message priority.
getPriority() - Method in class jasp.smtp.Mailer
 
getProperties() - Method in class jasp.adodb.Command
Returns the properties collection
getProperties() - Method in class jasp.adodb.Connection
Returns the properties collection of the Connection.
getProperties() - Method in class jasp.adodb.Field
Returns the Properties collection of the Field.
getProperties() - Method in class jasp.adodb.Parameter
Returns the properties collection
getProperties() - Method in class jasp.adodb.Recordset
Returns the Properties collection of the RecordSet.
getProvider() - Method in class jasp.adodb.Connection
Returns the name of the Jdbc driver.
getReType() - Method in class jasp.jmail.Recipient
 
getRecipients() - Method in class jasp.jmail.Message
Returns the recipient's collection
getRecipients() - Method in class jasp.jmail.SMTPMail
Readonly property of all recipients of this message
getRecipients() - Method in class jasp.pop3.Mailer
Returns any To: addresses the message was sent to
getRecipientsString() - Method in class jasp.jmail.Message
Readonly property of all recipients of this message
getRecordCount() - Method in class jasp.adodb.Recordset
Returns the current number of records in a Recordset object.
getRecordSets() - Method in class jasp.adodb.Connection
Returns a collection of open jasp.adodb.Recordset objects that are associated to this connection.
getRemoteHost() - Method in class jasp.pop3.Mailer
Gets the RemoteHost name or IP address
getRemoteHost() - Method in class jasp.smtp.Mailer
Gets the remote SMTP host.
getReplyTo() - Method in class jasp.jmail.Message
 
getReplyTo() - Method in class jasp.jmail.SMTPMail
 
getReplyTo() - Method in class jasp.smtp.Mailer
Returns the email address that replies should be sent to.
getResponse() - Method in class jasp.smtp.Mailer
Returns any error messages that may occur
getResultSet() - Method in class jasp.adodb.Recordset
Returns the JDBC ResultSet
getReturnReceipt() - Method in class jasp.pop3.Mailer
Returns The ReturnReceipt flag.
getReturnReceipt() - Method in class jasp.smtp.Mailer
Gets the ReturnReceipt flag
getRootFolder() - Method in class jasp.io.Drive
 
getSQLState() - Method in class jasp.adodb.Error
Returns the SQLState of the currect error
getScriptTimeout() - Static method in class jasp.buildin.Server
 
getSender() - Method in class jasp.jmail.SMTPMail
 
getSenderName() - Method in class jasp.jmail.SMTPMail
 
getSerialNumber() - Method in class jasp.io.Drive
 
getServerAddress() - Method in class jasp.jmail.SMTPMail
 
getSessionID() - Static method in class jasp.buildin.Session
Gets the sessionid
getShareName() - Method in class jasp.io.Drive
 
getShortName() - Method in class jasp.io.File
 
getShortName() - Method in class jasp.io.Folder
 
getShortPath() - Method in class jasp.io.File
 
getShortPath() - Method in class jasp.io.Folder
 
getSilent() - Method in class jasp.jmail.Message
 
getSilent() - Method in class jasp.jmail.SMTPMail
 
getSimpleLayout() - Method in class jasp.jmail.SMTPMail
 
getSize() - Method in class jasp.io.File
 
getSize() - Method in class jasp.io.Folder
 
getSize() - Method in class jasp.jmail.Message
Returns the total size of the message in bytes
getSize() - Method in class jasp.jmail.POP3
Returns the total size of your mailbox in bytes
getSmtpLog() - Method in class jasp.smtp.Mailer
 
getSort() - Method in class jasp.adodb.Recordset
where each name is a Field in the Recordset, and is optionally followed by a blank and the keyword ASCENDING or DESCENDING, which specifies the field sort order.
getSource() - Method in class jasp.adodb.Error
Returns the source of the currect error.
getSource() - Method in class jasp.adodb.Recordset
Returns the source for the data in a Recordset Object.
getSource() - Method in class jasp.buildin.ASPError
Returns the actual source code, when available, of the line that caused the error.
getSource() - Method in class jasp.vbs.vbErr
Returns the source of the error.
getState() - Method in class jasp.adodb.Command
Returns the state of the ActiveConnection.
getState() - Method in class jasp.adodb.Connection
Returns states of all applicable objects, open or closed. the state can be one of following constants.
getState() - Method in class jasp.adodb.Recordset
Returns the State of the RecordSet object.
getStatus() - Method in class jasp.adodb.Recordset
Returns the status of the currect records.
getStatus() - Static method in class jasp.buildin.Response
Gets the value of the status line returned by the server.
getSubFolders() - Method in class jasp.io.Folder
 
getSubject() - Method in class jasp.jmail.Message
 
getSubject() - Method in class jasp.jmail.SMTPMail
Specifies the subject of the message
getSubject() - Method in class jasp.pop3.Mailer
Returns the Subject of the message that you have retrieved
getSubject() - Method in class jasp.smtp.Mailer
Returns the message subject.
getSuppressMsgBody() - Method in class jasp.smtp.Mailer
 
getTargetFrame() - Method in class jasp.webcom.AdRotator
Gets the name of the frame in which to display the advertisement.
getText() - Method in class jasp.jmail.Message
Return entire message source
getTimeout() - Static method in class jasp.buildin.Session
Specifies the timeout period assigned to the Session object for this Application, in minutes.
getTimeout() - Method in class jasp.pop3.Mailer
Gets the maximum time to wait for a response from the POP3 server.
getTimeout() - Method in class jasp.smtp.Mailer
 
getTotalBytes() - Static method in class jasp.buildin.Request
Gets the total number of bytes the client is sending in the body of the request.
getTotalSize() - Method in class jasp.io.Drive
 
getType() - Method in class jasp.adodb.Field
Returns the type of the Field.
getType() - Method in class jasp.adodb.Parameter
Returns the type of the Parameter.
getType() - Method in class jasp.adodb.Property
Returns the type of the Property
getType() - Method in class jasp.io.File
Returns information about the type of a file or folder.
getType() - Method in class jasp.io.Folder
 
getType() - Method in class jasp.vbs.variant
Gets the type of the variant object.
getTypeInfo() - Method in class jasp.util.pVector
Returns the class name of all elements of the pVector.
getTypeName() - Method in class jasp.vbs.variant
Gets the type name of the variant.
getUnderlyingValue() - Method in class jasp.adodb.Field
Returns the underlying value of the Field.
getUrgent() - Method in class jasp.smtp.Mailer
 
getUseMSMailHeaders() - Method in class jasp.smtp.Mailer
 
getUserName() - Method in class jasp.adodb.Connection
Returns the user name for conecting database
getUserName() - Method in class jasp.pop3.Mailer
Gets the user name of the account on the POP3 server
getValue() - Method in class jasp.adodb.Field
Returns the value of the Field.
getValue() - Method in class jasp.adodb.Parameter
Returns the value of the Parameter.
getValue() - Method in class jasp.adodb.Property
Returns the value of the Property.
getValue() - Method in class jasp.buildin.ASPCookie
Gets the Cookie value
getValue() - Method in interface jasp.buildin.IReadCookie
 
getValue() - Method in class jasp.buildin.IStringList
Gets the value of the String list.
getValue() - Method in class jasp.regexp.Match
Returns the value or text of a match found in a search string.
getValue() - Method in interface jasp.util.Collection
Returns the default value of the Collection.
getValue() - Method in class jasp.vbs.vbdate
Returns the number of milliseconds since 1900 represented by this Java Date object.
getVersion() - Method in class jasp.adodb.Connection
Returns the currect the version of the ADODB.
getVersion() - Method in class jasp.jmail.Message
 
getVersion() - Method in class jasp.pop3.Mailer
 
getVersion() - Method in class jasp.smtp.Mailer
 
getVersion() - Method in class jasp.smtp.NewMail
 
getVolumeName() - Method in class jasp.io.Drive
 
getWordWrap() - Method in class jasp.smtp.Mailer
 
getWordWrapLen() - Method in class jasp.smtp.Mailer
 

H

HTMLEncode(String) - Static method in class jasp.buildin.Server
Applies HTML encoding to the specified string.
HasKeys() - Method in class jasp.buildin.ASPCookie
Specifies whether the cookie contains keys.
HasKeys() - Method in interface jasp.buildin.IReadCookie
 
HasKeys() - Method in interface jasp.buildin.IWriteCookie
 
Headers - class jasp.jmail.Headers.
JMail.Headers
Headers() - Constructor for class jasp.jmail.Headers
 
Hex(int) - Static method in class jasp.vbs.vb
Returns a string representing the hexadecimal value of a number.
Hex(double) - Static method in class jasp.vbs.vb
Returns a string representing the hexadecimal value of a number.
Hex(String) - Static method in class jasp.vbs.vb
Returns a string representing the hexadecimal value of a number.
Hex(boolean) - Static method in class jasp.vbs.vb
Returns a string representing the hexadecimal value of a number.
Hex(variant) - Static method in class jasp.vbs.vb
Returns a string representing the hexadecimal value of a number.
Hex(vbdate) - Static method in class jasp.vbs.vb
Returns a string representing the hexadecimal value of a number.
Hex(vbcurrency) - Static method in class jasp.vbs.vb
Returns a string representing the hexadecimal value of a number.
Hits() - Method in class jasp.webcom.PageCounter
The Hits method returns the number of times that a specified Web page has been opened.
Hits(String) - Method in class jasp.webcom.PageCounter
The Hits method returns the number of times that a specified Web page has been opened.
Hour(vbdate) - Static method in class jasp.vbs.vb
Returns a whole number between 0 and 23, inclusive, representing the hour of the day.
Hour(variant) - Static method in class jasp.vbs.vb
Returns a whole number between 0 and 23, inclusive, representing the hour of the day.
Hour(String) - Static method in class jasp.vbs.vb
Returns a whole number between 0 and 23, inclusive, representing the hour of the day.
Hour(double) - Static method in class jasp.vbs.vb
Returns a whole number between 0 and 23, inclusive, representing the hour of the day.

I

ICookiesDictionary - class jasp.buildin.ICookiesDictionary.
This class is a general interface wrapper that can wrap the following collections: Request.Cookies
The Cookies collection sets the value of a cookie.
ICookiesDictionary() - Constructor for class jasp.buildin.ICookiesDictionary
Creates the ICookiesDictionary object.
IReadCookie - interface jasp.buildin.IReadCookie.
The IReadCookie interface enables your component to retrieve the values stored in the read-only Cookies collection.
IStringDictionary - class jasp.buildin.IStringDictionary.
This class is a general interface wrapper that can wrap the following collections: Request.ClientCertificate Request.ClientCertificate Request.Form Request.QueryString Request.ServerVariables
IStringDictionary() - Constructor for class jasp.buildin.IStringDictionary
 
IStringList - class jasp.buildin.IStringList.
The IStringList class enables your component to retrieve values from the QueryString, Form, or ServerVariables collections.
IVariantDictionary - class jasp.buildin.IVariantDictionary.
This class is a general interface wrapper that can wrap the following collections: Session.StaticObjects Session.Contents Application.StaticObjects Application.Contents
IVariantDictionary() - Constructor for class jasp.buildin.IVariantDictionary
Creates the IVariantDictionary object.
IWriteCookie - interface jasp.buildin.IWriteCookie.
The IWriteCookie interface enables your component to add new values and set the attributes of the write-only Cookie collection.
InStr(String, String) - Static method in class jasp.vbs.vb
Returns the position of the first occurrence of one string within another.
InStr(double, String, String) - Static method in class jasp.vbs.vb
Returns the position of the first occurrence of one string within another.
InStr(double, String, String, double) - Static method in class jasp.vbs.vb
Returns the position of the first occurrence of one string within another.
InStrRev(String, String) - Static method in class jasp.vbs.vb
Returns the position of an occurrence of one string within another, from the end of string.
InStrRev(String, String, double) - Static method in class jasp.vbs.vb
Returns the position of an occurrence of one string within another, from the end of string.
InStrRev(String, String, double, double) - Static method in class jasp.vbs.vb
Returns the position of an occurrence of one string within another, from the end of string.
Increment(String) - Method in class jasp.webcom.Counters
Increases the counter by 1.
Int(double) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Int(float) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Int(String) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Int(int) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Int(short) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Int(long) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Int(vbdate) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Int(boolean) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Int(variant) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Int(vbcurrency) - Static method in class jasp.vbs.vb
Returns the integer portion of a number.
Is(Object, Object) - Static method in class jasp.vbs.operator
Compares two object reference variables.
IsArray(variant) - Static method in class jasp.vbs.vb
Returns a Boolean value indicating whether a variable is an array.
IsArray(vbarray) - Static method in class jasp.vbs.vb
Returns a Boolean value indicating whether a variable is an array.
IsClientConnected() - Static method in class jasp.buildin.Response
Indicates whether the client has disconnected from the server.
IsDate(double) - Static method in class jasp.vbs.vb
Returns a Boolean value indicating whether an expression can be converted to a date.
IsDate(vbdate) - Static method in class jasp.vbs.vb
Returns a Boolean value indicating whether an expression can be converted to a date.
IsDate(String) - Static method in class jasp.vbs.vb
Returns a Boolean value indicating whether an expression can be converted to a date.
IsDate(variant) - Static method in class jasp.vbs.vb
Returns a Boolean value indicating whether an expression can be converted to a date.
IsEmpty(double) - Static method in class jasp.vbs.vb
Returns a boolean value indicating whether a variable has been initialized.
IsEmpty(variant) - Static method in class jasp.vbs.vb
Returns a boolean value indicating whether a variable has been initialized.
IsEmpty(String) - Static method in class jasp.vbs.vb
Returns a boolean value indicating whether a variable has been initialized.
IsEmpty(boolean) - Static method in class jasp.vbs.vb
Returns a boolean value indicating whether a variable has been initialized.
IsEmpty(vbdate) - Static method in class jasp.vbs.vb
Returns a boolean value indicating whether a variable has been initialized.
IsNull(double) - Static method in class jasp.vbs.vb
Returns a boolean value that indicates whether An expression contains no valid data ( Null).
IsNull(Object) - Static method in class jasp.vbs.vb
Returns a boolean value that indicates whether An expression contains no valid data ( Null).
IsNull(String) - Static method in class jasp.vbs.vb
Returns a boolean value that indicates whether An expression contains no valid data ( Null).
IsNull(vbdate) - Static method in class jasp.vbs.vb
Returns a boolean value that indicates whether An expression contains no valid data ( Null).
IsNull(variant) - Static method in class jasp.vbs.vb
Returns a boolean value that indicates whether An expression contains no valid data ( Null).
IsNumeric(double) - Static method in class jasp.vbs.vb
Returns a boolean value indicating whether An expression can be evaluated as a number.
IsNumeric(String) - Static method in class jasp.vbs.vb
Returns a boolean value indicating whether An expression can be evaluated as a number.
IsNumeric(vbdate) - Static method in class jasp.vbs.vb
Returns a boolean value indicating whether An expression can be evaluated as a number.
IsNumeric(vbcurrency) - Static method in class jasp.vbs.vb
Returns a boolean value indicating whether An expression can be evaluated as a number.
IsNumeric(variant) - Static method in class jasp.vbs.vb
Returns a boolean value indicating whether An expression can be evaluated as a number.
IsObject(variant) - Static method in class jasp.vbs.vb
Returns a Boolean value indicating whether an expression references a valid Java object.
IsObject(double) - Static method in class jasp.vbs.vb
Returns a Boolean value indicating whether an expression references a valid Java object.
IsObject(String) - Static method in class jasp.vbs.vb
Returns a Boolean value indicating whether an expression references a valid Java object.
IsObject(boolean) - Static method in class jasp.vbs.vb
Returns a Boolean value indicating whether an expression references a valid Java object.
IsObject(vbdate) - Static method in class jasp.vbs.vb
Returns a Boolean value indicating whether an expression references a valid Java object.
IsObject(Object) - Static method in class jasp.vbs.vb
Returns a Boolean value indicating whether an expression references a valid Java object.
IsReady() - Method in class jasp.io.Drive
 
IsRootFolder() - Method in class jasp.io.Folder
Returns True if the specified folder is the root folder; False if it is not.
Items() - Method in class jasp.util.Dictionary
Returns an array containing all the items in a Dictionary object.
init(ASPApplication) - Static method in class jasp.buildin.Application
 
init(ASPRequest) - Static method in class jasp.buildin.Request
 
init(ASPResponse) - Static method in class jasp.buildin.Response
 
init(ASPServer) - Static method in class jasp.buildin.Server
 
init(ASPSession) - Static method in class jasp.buildin.Session
 
initApp() - Method in class jasp.buildin.ASPGlobal
Call application_init and application_onstart method in Global java.
initSession() - Method in class jasp.buildin.ASPGlobal
Call session_init and session_onstart method in Global java.
invoke(variant, String, pVector) - Static method in class jasp.vbs.operator
Invokes the method of the object.
invoke(String, pVector) - Method in class jasp.vbs.vbclass
Invokes the subroutine of the class.
isAbandon() - Static method in class jasp.buildin.Session
Gets true if the Abandon method is called.
isAccess() - Method in class jasp.adodb.Connection
 
isDB2() - Method in class jasp.adodb.Connection
 
isMSSQL() - Method in class jasp.adodb.Connection
 
isOracle() - Method in class jasp.adodb.Connection
 
isPostgreSQL() - Method in class jasp.adodb.Connection
 
isSybase() - Method in class jasp.adodb.Connection
 
isTimeout() - Static method in class jasp.buildin.Session
Return true if the Session was timeout.

J

Javaapplets() - Method in class jasp.webcom.BrowserType
Gets a value indicating whether the client browser supports Java applets.
Javascript() - Method in class jasp.webcom.BrowserType
Gets a value indicating whether the client browser supports JavaScript.
Join(vbarray) - Static method in class jasp.vbs.vb
Returns a string created by joining a number of substrings contained in an array.
Join(vbarray, String) - Static method in class jasp.vbs.vb
Returns a string created by joining a number of substrings contained in an array.
Join(variant) - Static method in class jasp.vbs.vb
Returns a string created by joining a number of substrings contained in an array.
Join(variant, String) - Static method in class jasp.vbs.vb
Returns a string created by joining a number of substrings contained in an array.
j2variant(Object) - Static method in class jasp.vbs.operator
Converts the Java array to a variant.
j2vbarray(Object) - Static method in class jasp.vbs.operator
Converts the Java array to a vbarray.
jasp.adodb - package jasp.adodb
 
jasp.buildin - package jasp.buildin
 
jasp.io - package jasp.io
 
jasp.jmail - package jasp.jmail
 
jasp.pop3 - package jasp.pop3
 
jasp.regexp - package jasp.regexp
 
jasp.smtp - package jasp.smtp
 
jasp.util - package jasp.util
 
jasp.vbs - package jasp.vbs
 
jasp.webcom - package jasp.webcom
 

K

KeyInformation(String) - Method in class jasp.jmail.Message
Returns a PGPKey object holding information for the keys matchnig the supplied identifier.
Keys() - Method in class jasp.util.Dictionary
Returns an array containing all existing keys in a Dictionary object.

L

LBound(variant) - Static method in class jasp.vbs.vb
Returns the smallest available subscript for the indicated dimension of an array.
LBound(vbarray) - Static method in class jasp.vbs.vb
Returns the smallest available subscript for the indicated dimension of an array.
LBound(Object, double) - Static method in class jasp.vbs.vb
Returns the smallest available subscript for the indicated dimension of an array.
LBound(vbarray, double) - Static method in class jasp.vbs.vb
Returns the smallest available subscript for the indicated dimension of an array.
LBound(variant, double) - Static method in class jasp.vbs.vb
Returns the smallest available subscript for the indicated dimension of an array.
LCase(String) - Static method in class jasp.vbs.vb
Returns a string that has been converted to lowercase.
LCase(boolean) - Static method in class jasp.vbs.vb
Returns a string that has been converted to lowercase.
LCase(double) - Static method in class jasp.vbs.vb
Returns a string that has been converted to lowercase.
LCase(variant) - Static method in class jasp.vbs.vb
Returns a string that has been converted to lowercase.
LCase(vbdate) - Static method in class jasp.vbs.vb
Returns a string that has been converted to lowercase.
LCase(vbcurrency) - Static method in class jasp.vbs.vb
Returns a string that has been converted to lowercase.
LTrim(String) - Static method in class jasp.vbs.vb
Returns a copy of a string without leading spaces.
LTrim(variant) - Static method in class jasp.vbs.vb
Returns a copy of a string without leading spaces.
LTrim(double) - Static method in class jasp.vbs.vb
Returns a copy of a string without leading spaces.
LTrim(vbdate) - Static method in class jasp.vbs.vb
Returns a copy of a string without leading spaces.
LTrim(vbcurrency) - Static method in class jasp.vbs.vb
Returns a copy of a string without leading spaces.
LTrim(boolean) - Static method in class jasp.vbs.vb
Returns a copy of a string without leading spaces.
Left(String, double) - Static method in class jasp.vbs.vb
Returns a specified number of characters from the left side of a string.
Len(String) - Static method in class jasp.vbs.vb
Returns the number of characters in a string.
Len(vbdate) - Static method in class jasp.vbs.vb
Returns the number of characters in a string.
Len(vbcurrency) - Static method in class jasp.vbs.vb
Returns the number of characters in a string.
Len(variant) - Static method in class jasp.vbs.vb
Returns the number of characters in a string.
Len(double) - Static method in class jasp.vbs.vb
Returns the number of characters in a string.
Len(int) - Static method in class jasp.vbs.vb
Returns the number of characters in a string.
Len(long) - Static method in class jasp.vbs.vb
Returns the number of characters in a string.
Len(boolean) - Static method in class jasp.vbs.vb
Returns the number of characters in a string.
Less(String, String) - Static method in class jasp.vbs.operator
Compares two strings.
Less(variant) - Method in class jasp.vbs.variant
Compares two varaints.
LessEQ(String, String) - Static method in class jasp.vbs.operator
Compares two strings.
LessEQ(variant) - Method in class jasp.vbs.variant
Compares two varaints.
LoadFromStream(InputStream) - Method in class jasp.jmail.Message
Loads a message form a stream .
Log() - Method in class jasp.jmail.POP3
This is the log create by JMail when the logging is set to TRUE
Log(double) - Static method in class jasp.vbs.vb
Returns the natural logarithm of a number.
Log(String) - Static method in class jasp.vbs.vb
 
Log(boolean) - Static method in class jasp.vbs.vb
Returns the natural logarithm of a number.
Log(variant) - Static method in class jasp.vbs.vb
Returns the natural logarithm of a number.
Log(vbdate) - Static method in class jasp.vbs.vb
Returns the natural logarithm of a number.
Log(vbcurrency) - Static method in class jasp.vbs.vb
Returns the natural logarithm of a number.
LogCustomMessage(String) - Method in class jasp.jmail.Message
Logs a custom user message to the JMail log.
LogCustomMessage(String) - Method in class jasp.jmail.SMTPMail
Logs a custom user message to the JMail log.
lock() - Static method in class jasp.buildin.Application
Prevents other clients from modifying Application object properties.

M

Mailer - class jasp.pop3.Mailer.
J-ASP POP3 allows you to receive mail using the industry standard POP3 protocol in Java.
Mailer() - Constructor for class jasp.pop3.Mailer
 
Mailer - class jasp.smtp.Mailer.
J-ASP Mail allows you to send mail using the standard SMTP protocol from any java program
Features include:
SMTP (sending) Messages Multiple File Attachments File attachments support MIME and UUEncoding US Ascii and ISO-8859-1 character sets Subject line encoding for 8bit message subjects Special Header Support (Standard X-Priority headers, MS Mail (including Exchange) priority headers, Urgent header, ConfirmReading and ReturnReceipt Headers) Multiple concurrent users (Tested with 15 concurrent connections)
Mailer() - Constructor for class jasp.smtp.Mailer
 
MapPath(String) - Static method in class jasp.buildin.Server
Maps the specified relative or virtual path to the corresponding physical directory on the server.
Match - class jasp.regexp.Match.
Provides access to the read-only properties of a regular expression match.
MatchCollection - class jasp.regexp.MatchCollection.
Collection of regular expression Match objects.
Message - class jasp.jmail.Message.
This class implements the Jmail.Message in java.
Message() - Constructor for class jasp.jmail.Message
Creates a Message object.
Messages - class jasp.jmail.Messages.
JMail.Messages
Messages() - Constructor for class jasp.jmail.Messages
 
Mid(String, double) - Static method in class jasp.vbs.vb
Returns a specified number of characters from a string.
Mid(String, double, double) - Static method in class jasp.vbs.vb
Returns a specified number of characters from a string.
Minute(vbdate) - Static method in class jasp.vbs.vb
Returns a whole number between 0 and 59, inclusive, representing the minute of the hour.
Minute(variant) - Static method in class jasp.vbs.vb
Returns a whole number between 0 and 59, inclusive, representing the minute of the hour.
Minute(String) - Static method in class jasp.vbs.vb
Returns a whole number between 0 and 59, inclusive, representing the minute of the hour.
Minute(double) - Static method in class jasp.vbs.vb
Returns a whole number between 0 and 59, inclusive, representing the minute of the hour.
Month(vbdate) - Static method in class jasp.vbs.vb
Returns a whole number between 1 and 12, inclusive, representing the month of the year.
Month(variant) - Static method in class jasp.vbs.vb
Returns a whole number between 1 and 12, inclusive, representing the month of the year.
Month(double) - Static method in class jasp.vbs.vb
Returns a whole number between 1 and 12, inclusive, representing the month of the year.
Month(String) - Static method in class jasp.vbs.vb
Returns a whole number between 1 and 12, inclusive, representing the month of the year.
MonthName(double) - Static method in class jasp.vbs.vb
Returns a string indicating the specified month.
MonthName(boolean) - Static method in class jasp.vbs.vb
Returns a string indicating the specified month.
MonthName(double, boolean) - Static method in class jasp.vbs.vb
Returns a string indicating the specified month.
MonthName(boolean, boolean) - Static method in class jasp.vbs.vb
Returns a string indicating the specified month.
Move(int) - Method in class jasp.adodb.Recordset
Moves the position of the currect record in a recordset object
Move(int, double) - Method in class jasp.adodb.Recordset
From a specific a position Moves the position of the current record in a Recordset object.
Move(String) - Method in class jasp.io.File
Moves a specified file or folder from one location to another.
Move(String) - Method in class jasp.io.Folder
Moves a specified file or folder from one location to another.
MoveFile(String, String) - Static method in class jasp.io.FileSystemObject
Moves one or more files from one location to another.
MoveFirst() - Method in class jasp.adodb.Recordset
Moves to the first record in a specified Recordset object and makes that record the current record.
MoveFolder(String, String) - Static method in class jasp.io.FileSystemObject
Move a folder
MoveLast() - Method in class jasp.adodb.Recordset
Moves to the last record in a specified Recordset object and makes that record the current record.
MoveNext() - Method in class jasp.adodb.Recordset
Moves to the next record in a specified Recordset object and makes that record the current record.
MovePrevious() - Method in class jasp.adodb.Recordset
Moves to the previous record in a specified Recordset object and makes that record the current record.
makeDate(double) - Static method in class jasp.vbs.vbdate
Returns Java Date object represents the specified date number.

N

New(String, String, String) - Static method in class jasp.jmail.Recipient
Creates a new Recipient , whom you can add to the Recipients collection
NewMail - class jasp.smtp.NewMail.
The NewMail object provides for sending a message with very few lines of code.
NewMail() - Constructor for class jasp.smtp.NewMail
 
NextLink - class jasp.webcom.NextLink.
The Content Linking component creates a Nextlink object that manages a list of URLs so that you can treat the pages in your Web site like the pages in a book.
NextLink() - Constructor for class jasp.webcom.NextLink
Creates a Nextlink object that manages a list of URLs so that you can treat the pages in your Web site like the pages in a book
NextRecordset() - Method in class jasp.adodb.Recordset
Clears the current Recordset object and returns the next Recordset by advancing through a series of commands.
NextRecordset(variant) - Method in class jasp.adodb.Recordset
Clears the current Recordset object and returns the next Recodset by advancing through a series of commands.
Now() - Static method in class jasp.vbs.vb
Returns the current date and time according to the setting of your computer's system date and time.
nq() - Method in class jasp.jmail.Message
Append the e-mail to the mail queue and returns

O

Oct(int) - Static method in class jasp.vbs.vb
Returns a string representing the octal value of a number.
Oct(double) - Static method in class jasp.vbs.vb
Returns a string representing the octal value of a number.
Oct(String) - Static method in class jasp.vbs.vb
Returns a string representing the octal value of a number.
Oct(boolean) - Static method in class jasp.vbs.vb
Returns a string representing the octal value of a number.
Oct(vbdate) - Static method in class jasp.vbs.vb
Returns a string representing the octal value of a number.
Oct(vbcurrency) - Static method in class jasp.vbs.vb
Returns a string representing the octal value of a number.
Oct(variant) - Static method in class jasp.vbs.vb
Returns a string representing the octal value of a number.
Open() - Method in class jasp.adodb.Connection
Opens a connection to a data source.
Open(String) - Method in class jasp.adodb.Connection
Opens a connection to a data source.
Open(String, String) - Method in class jasp.adodb.Connection
Opens a connection to a data source.
Open(String, String, String) - Method in class jasp.adodb.Connection
Opens a connection to a data source.
Open(String, variant, String) - Method in class jasp.adodb.Connection
Opens a connection to a data source.
Open(variant, variant, variant, int) - Method in class jasp.adodb.Connection
Opens a connection to a data source.
Open(variant, variant, String, int) - Method in class jasp.adodb.Connection
Opens a connection to a data source.
Open(variant, String, String, int) - Method in class jasp.adodb.Connection
Opens a connection to a data source.
Open(String, String, String, int) - Method in class jasp.adodb.Connection
Opens a connection to a data source.
Open() - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String) - Method in class jasp.adodb.Recordset
opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, String) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, String) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, Connection) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, Connection) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command, String) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command, Connection) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, String, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, Connection, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, String, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, variant) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, Connection, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command, String, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command, Connection, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command, Connection, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command, variant, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command, variant, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command, String, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, Connection, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, variant, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, String, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, String, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, String, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, variant, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, variant, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, Connection, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, Connection, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, String, int, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, variant, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, String, int, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, variant, int, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, Connection, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, String, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, String, int, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, variant, variant, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, variant, variant, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, variant, int, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, String, int, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, variant, int, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, variant, variant, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, variant, variant, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, String, variant, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, Connection, variant, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, Connection, int, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, Connection, int, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, Connection, int, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(variant, Connection, variant, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, variant, int, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command, Connection, int, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command, variant, int, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command, variant, variant, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command, variant, variant, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command, variant, int, variant, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(Command, String, int, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset
Open(String, Connection, int, int, int) - Method in class jasp.adodb.Recordset
Opens a cursor that represents records from a base table, the results of a query, or a previously saved Recordset.
OpenAsTextStream() - Method in class jasp.io.File
Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file.
OpenAsTextStream(int) - Method in class jasp.io.File
Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file.
OpenAsTextStream(int, int) - Method in class jasp.io.File
Opens a specified file and returns a TextStream object that can be used to read from, write to, or append to the file.
OpenPop3() - Method in class jasp.pop3.Mailer
Opens the connection to the POP3 RemoteHost using the UserName and Password properties.
OpenSchema(int) - Method in class jasp.adodb.Connection
Returns a Recordset object that Obtains database schema information from the provider.
OpenSchema(int, variant, Object) - Method in class jasp.adodb.Connection
Returns a Recordset object that Obtains database schema information from the provider.
OpenSchema(int, variant) - Method in class jasp.adodb.Connection
Returns a Recordset object that Obtains database schema information from the provider.
OpenTextFile(String) - Static method in class jasp.io.FileSystemObject
Open a file as a TextStream
OpenTextFile(String, int) - Static method in class jasp.io.FileSystemObject
Open a file as a TextStream
OpenTextFile(String, int, boolean) - Static method in class jasp.io.FileSystemObject
Open a file as a TextStream
OpenTextFile(String, int, boolean, int) - Static method in class jasp.io.FileSystemObject
Open a file as a TextStream
operator - class jasp.vbs.operator.
VBScript has a full range of operators, including arithmetic operators, comparison operators, concatenation operators, and logical operators.
operator() - Constructor for class jasp.vbs.operator
 

P

PGPDecode(boolean, boolean) - Method in class jasp.jmail.Message
This method will decode the contents of the message object using PGP , It will decrypt the contents and verify and signatures.
POP3 - class jasp.jmail.POP3.
Implements the JMail.POP3 components in Java
POP3() - Constructor for class jasp.jmail.POP3
 
PageCounter - class jasp.webcom.PageCounter.
The Page Counter component creates a PageCounter object that counts and displays the number of times a Web page has been opened.
PageCounter() - Constructor for class jasp.webcom.PageCounter
Creates a PageCounter object that counts and displays the number of times a Web page has been opened
PageHit() - Method in class jasp.webcom.PageCounter
The PageHit method increments the hit count for the current Web page.
Parameter - class jasp.adodb.Parameter.
A Parameter object represents a parameter or argument associated with a Command object based on a parameterized query or stored procedure.
Parameter() - Constructor for class jasp.adodb.Parameter
 
Parameters - class jasp.adodb.Parameters.
A Parameters collection contains all the Parameter objects of a Command object.
ParseMessage(String) - Method in class jasp.jmail.Message
Parses a message .
Pics(String) - Static method in class jasp.buildin.Response
Adds a value to the pics-label response header
Platform() - Method in class jasp.webcom.BrowserType
Gets the name of the platform that the client uses.
Properties(int) - Method in class jasp.adodb.Command
Gets a property from Properties Collection.
Properties(String) - Method in class jasp.adodb.Command
Gets the property from Properties Collection.
Properties(variant) - Method in class jasp.adodb.Command
Gets the property item from Properties Collection.
Properties(variant) - Method in class jasp.adodb.Connection
Gets a property from the Properties collection.
Properties(int) - Method in class jasp.adodb.Connection
Gets a property with specific index from Properties collection
Properties(String) - Method in class jasp.adodb.Connection
Returns the Property object with specific name from Properties collection
Properties(variant) - Method in class jasp.adodb.Field
Gets a Property from the Properties collection.
Properties(int) - Method in class jasp.adodb.Field
Gets a Property from the Properties collection.
Properties(String) - Method in class jasp.adodb.Field
Gets a Property from the Properties collection.
Properties(variant) - Method in class jasp.adodb.Parameter
Gets a Property from the Properties collection.
Properties(int) - Method in class jasp.adodb.Parameter
Gets a Property from the Properties collection.
Properties(String) - Method in class jasp.adodb.Parameter
Gets a Property from the Properties collection.
Properties - class jasp.adodb.Properties.
A Properties collection contains all the Property objects for a specific instance of an object.
Properties(variant) - Method in class jasp.adodb.Recordset
Gets a Property from the Properties collection.
Properties(int) - Method in class jasp.adodb.Recordset
Gets a Property from the Properties collection.
Properties(String) - Method in class jasp.adodb.Recordset
Gets a Property from the Properties collection.
Property - class jasp.adodb.Property.
A Property object represents a dynamic characteristic of an ADO object that is defined by the provider.
Property() - Constructor for class jasp.adodb.Property
 
pVector - class jasp.util.pVector.
This class implements a collection for storing the dynamic parameters.
pVector() - Constructor for class jasp.util.pVector
Constructs an empty pVector to store the parameter.
preserve(int) - Method in class jasp.vbs.variant
Declares dynamic-array variables, and allocates or reallocates storage space at procedure level. you can resize only the last array dimension, and you can't change the number of dimensions at all.
preserve(int, int, int, int) - Method in class jasp.vbs.variant
Declares dynamic-array variables, and allocates or reallocates storage space at procedure level. you can resize only the last array dimension, and you can't change the number of dimensions at all.
preserve(int, int, int) - Method in class jasp.vbs.variant
Declares dynamic-array variables, and allocates or reallocates storage space at procedure level. you can resize only the last array dimension, and you can't change the number of dimensions at all.
preserve(int, int) - Method in class jasp.vbs.variant
Declares dynamic-array variables, and allocates or reallocates storage space at procedure level. you can resize only the last array dimension, and you can't change the number of dimensions at all.
preserve(int) - Method in class jasp.vbs.vbarray
Declares dynamic-array variables, and allocates or reallocates storage space.
preserve(int, int, int, int) - Method in class jasp.vbs.vbarray
Declares dynamic-array variables, and allocates or reallocates storage space at procedure level.
preserve(int, int, int) - Method in class jasp.vbs.vbarray
Declares dynamic-array variables, and allocates or reallocates storage space at procedure level.
preserve(int, int) - Method in class jasp.vbs.vbarray
Declares dynamic-array variables, and allocates or reallocates storage space at procedure level.

Q

QueryString(int) - Static method in class jasp.buildin.Request
Gets the value of the item of the QueryString Collection.
QueryString(String) - Static method in class jasp.buildin.Request
Gets the value of the item of the Form Collection.
QueryString() - Static method in class jasp.buildin.Request
Gets the QueryString Collection

R

RGB(double, double, double) - Static method in class jasp.vbs.vb
Returns a whole number representing an RGB color value.
RTrim(String) - Static method in class jasp.vbs.vb
Returns a copy of a string without trailing spaces.
RTrim(double) - Static method in class jasp.vbs.vb
Returns a copy of a string without trailing spaces.
RTrim(variant) - Static method in class jasp.vbs.vb
Returns a copy of a string without trailing spaces.
RTrim(vbdate) - Static method in class jasp.vbs.vb
Returns a copy of a string without trailing spaces.
RTrim(vbcurrency) - Static method in class jasp.vbs.vb
Returns a copy of a string without trailing spaces.
RTrim(boolean) - Static method in class jasp.vbs.vb
Returns a copy of a string without trailing spaces.
Raise(int, String, String, String, int) - Method in class jasp.vbs.vbErr
Raise an error.
Raise(int, String) - Method in class jasp.vbs.vbErr
Raise an error.
Raise(int, String, String, String) - Method in class jasp.vbs.vbErr
Raise an error.
Raise(int, String, String) - Method in class jasp.vbs.vbErr
Raise an error.
Raise(int) - Method in class jasp.vbs.vbErr
Raise an error.
Randomize() - Static method in class jasp.vbs.vb
Initializes the random-number generator.
Randomize(double) - Static method in class jasp.vbs.vb
Initializes the random-number generator.
Read(int) - Method in class jasp.io.TextStream
Reads a specified number of characters from a TextStream file and returns the resulting string.
ReadAll() - Method in class jasp.io.TextStream
Reads an entire TextStream file and returns the resulting string.
ReadLine() - Method in class jasp.io.TextStream
Reads an entire line(up to,but not including,the newline character)from a TextStream file and returns the result- ing string.
Recipient - class jasp.jmail.Recipient.
Implements JMail.Recipient in java.
Recipient() - Constructor for class jasp.jmail.Recipient
 
Recipient(String, String, String) - Constructor for class jasp.jmail.Recipient
 
Recipient(String, String) - Constructor for class jasp.jmail.Recipient
 
Recipients - class jasp.jmail.Recipients.
Implements JMail.Recipients in java
Recipients() - Constructor for class jasp.jmail.Recipients
 
Recordset - class jasp.adodb.Recordset.
A Recordset object represents the entire set of records from a base table or the results of an executed command.
Recordset() - Constructor for class jasp.adodb.Recordset
Constructs a Recordset object.
Redirect(String) - Static method in class jasp.buildin.Response
Causes the browser to attempt to connect to a different URL.
Refresh() - Method in class jasp.adodb.Errors
Updates the objects in a collection to reflect objects available from and specific to the provider.
Refresh() - Method in class jasp.adodb.Fields
Updates the objects in a collection to reflect objects available from and specific to the provider.
Refresh() - Method in class jasp.adodb.Parameters
Updates the objects in a collection to reflect objects available from and specific to the provider.
Refresh() - Method in class jasp.adodb.Properties
Updates the objects in a collection.
RegExp - class jasp.regexp.RegExp.
Provides simple regular expression support.
RegExp() - Constructor for class jasp.regexp.RegExp
 
Remove(int) - Method in class jasp.buildin.IVariantDictionary
Deletes an item from the Contents collection.
Remove(String) - Method in class jasp.buildin.IVariantDictionary
Deletes an item from the Contents collection.
Remove(int) - Method in class jasp.util.Dictionary
Removes a key, item pair from a Dictionary object.
Remove(String) - Method in class jasp.util.Dictionary
Removes a key, item pair from a Dictionary object.
Remove(String) - Method in class jasp.webcom.Counters
Removes the counter from the Counters.txt file.
RemoveAll() - Method in class jasp.buildin.IVariantDictionary
Deletes all items from the Contents Collection.
RemoveAll() - Method in class jasp.io.Drives
 
RemoveAll() - Method in class jasp.io.Files
 
RemoveAll() - Method in class jasp.io.Folders
 
RemoveAll() - Method in class jasp.util.Dictionary
The RemoveAll method removes all key, item pairs from a Dictionary object.
Replace(String, String) - Method in class jasp.regexp.RegExp
Replaces text found in a regular expression search.
Replace(String, String, String) - Static method in class jasp.vbs.vb
Returns a string in which a specified substring has been replaced with another substring a specified number of times.
Replace(String, String, String, double) - Static method in class jasp.vbs.vb
Returns a string in which a specified substring has been replaced with another substring a specified number of times.
Replace(String, String, String, double, double) - Static method in class jasp.vbs.vb
Returns a string in which a specified substring has been replaced with another substring a specified number of times.
Replace(String, String, String, double, double, double) - Static method in class jasp.vbs.vb
Returns a string in which a specified substring has been replaced with another substring a specified number of times.
Requery(int) - Method in class jasp.adodb.Recordset
Updates the data in a Recordset object by re-executing the query on which the object is based.
Requery() - Method in class jasp.adodb.Recordset
Updates the data in a Recordset object by re-executing the query on which the object is based.
Request - class jasp.buildin.Request.
The Request object retrieves the values that the client browser passed to the server during an HTTP request.
Request() - Constructor for class jasp.buildin.Request
 
Reset() - Method in class jasp.webcom.PageCounter
The Reset method sets the hit count for a specified Web page to 0.
Reset(String) - Method in class jasp.webcom.PageCounter
The Reset method sets the hit count for a specified Web page to 0.
Response - class jasp.buildin.Response.
You can use the Response object to send output to the client.
Response() - Constructor for class jasp.buildin.Response
 
ResumeNext() - Method in class jasp.vbs.vbErr
Enables error-handling.
Resync(variant, variant) - Method in class jasp.adodb.Recordset
Refreshes the data in the current Recordset object from the underlying database
Resync() - Method in class jasp.adodb.Recordset
Refreshes the data in the current Recordset object from the underlying database
Resync(variant) - Method in class jasp.adodb.Recordset
Refreshes the data in the current Recordset object from the underlying database
Retrieve(int) - Method in class jasp.pop3.Mailer
Rretrieves the entire message from the POP3 server including any attachments.
RetrieveToFile(int, String) - Method in class jasp.pop3.Mailer
Pulls the message without processing anything.
RetrieveToMemory(int) - Method in class jasp.pop3.Mailer
Retrieves the specified message and returns the message in an unprocessed form.
Right(String, double) - Static method in class jasp.vbs.vb
Returns a specified number of characters from the right side of a string.
Rnd() - Static method in class jasp.vbs.vb
Returns a random number.
Rnd(double) - Static method in class jasp.vbs.vb
Returns a random number.
RollbackTrans() - Method in class jasp.adodb.Connection
Reverses any changes made within an open transaction and ends the transaction if the Attributes property is set to adXactAbortRetaining, it automatically starts a new transaction after a RollbackTrans call
Round(double) - Static method in class jasp.vbs.vb
Returns a number rounded to a specified number of decimal places.
Round(vbdate) - Static method in class jasp.vbs.vb
Returns a number rounded to a specified number of decimal places.
Round(vbcurrency) - Static method in class jasp.vbs.vb
Returns a number rounded to a specified number of decimal places.
Round(vbdate, double) - Static method in class jasp.vbs.vb
Returns a number rounded to a specified number of decimal places.
Round(vbcurrency, double) - Static method in class jasp.vbs.vb
Returns a number rounded to a specified number of decimal places.
Round(String) - Static method in class jasp.vbs.vb
Returns a number rounded to a specified number of decimal places.
Round(variant) - Static method in class jasp.vbs.vb
Returns a number rounded to a specified number of decimal places.
Round(boolean) - Static method in class jasp.vbs.vb
Returns a number rounded to a specified number of decimal places.
Round(double, double) - Static method in class jasp.vbs.vb
Returns a number rounded to a specified number of decimal places.
redim(int) - Method in class jasp.vbs.variant
Re-Declares dynamic-array variables, and allocates or reallocates storage space.
redim(int, int, int, int) - Method in class jasp.vbs.variant
Re-Declares dynamic-array variables, and allocates or reallocates storage space.
redim(int, int, int) - Method in class jasp.vbs.variant
Re-Declares dynamic-array variables, and allocates or reallocates storage space.
redim(int, int) - Method in class jasp.vbs.variant
Re-Declares dynamic-array variables, and allocates or reallocates storage space.
redim(int) - Method in class jasp.vbs.vbarray
Re-Declares dynamic-array variables, and allocates or reallocates storage space.
redim(int, int, int, int) - Method in class jasp.vbs.vbarray
Re-Declares dynamic-array variables, and allocates or reallocates storage space.
redim(int, int, int) - Method in class jasp.vbs.vbarray
Re-Declares dynamic-array variables, and allocates or reallocates storage space.
redim(int, int) - Method in class jasp.vbs.vbarray
Re-Declares dynamic-array variables, and allocates or reallocates storage space.
request() - Static method in class jasp.buildin.Request
Returns a Request instance.
response() - Static method in class jasp.buildin.Response
Returns a Resposne instance.

S

SMTPMail - class jasp.jmail.SMTPMail.
Implements jMail.SMTPMAIL in java
SMTPMail() - Constructor for class jasp.jmail.SMTPMail
 
Save() - Method in class jasp.adodb.Recordset
Save the recordset to a file.
Save(String) - Method in class jasp.adodb.Recordset
Saves the Recordset into a file.
Save(String, int) - Method in class jasp.adodb.Recordset
Saves the Recordset into a file.
SaveAttachment(int) - Method in class jasp.pop3.Mailer
Saves an attachment to the MailDirectory's path.
SaveAttachmentToFile(int, String) - Method in class jasp.pop3.Mailer
Saves an attachment to the MailDirectory's path.
SaveToStream(OutputStream) - Method in class jasp.jmail.Message
Saves the message source (RFC822 compatible message) to a stream
ScriptEngine() - Static method in class jasp.vbs.vb
Returns "VBScript"
ScriptEngineBuildVersion() - Static method in class jasp.vbs.vb
Returns the build version number of the scripting engine in use.
ScriptEngineMajorVersion() - Static method in class jasp.vbs.vb
Returns the major version number of the scripting engine in use.
ScriptEngineMinorVersion() - Static method in class jasp.vbs.vb
Returns the minor version number of the scripting engine in use.
Second(vbdate) - Static method in class jasp.vbs.vb
Returns a whole number between 0 and 59, inclusive, representing the second of the minute.
Second(variant) - Static method in class jasp.vbs.vb
Returns a whole number between 0 and 59, inclusive, representing the second of the minute.
Second(String) - Static method in class jasp.vbs.vb
Returns a whole number between 0 and 59, inclusive, representing the second of the minute.
Second(double) - Static method in class jasp.vbs.vb
Returns a whole number between 0 and 59, inclusive, representing the second of the minute.
Send(String, boolean) - Method in class jasp.jmail.Message
Sends the message.
Send(String) - Method in class jasp.jmail.Message
 
Send(String, String, String, String, int) - Method in class jasp.smtp.NewMail
Sends the NewMail object to the specified recipients
Send(String, String, String, String) - Method in class jasp.smtp.NewMail
Sends the NewMail object to the specified recipients
Send(String, String, String) - Method in class jasp.smtp.NewMail
Sends the NewMail object to the specified recipients
Send(String, String) - Method in class jasp.smtp.NewMail
Sends the NewMail object to the specified recipients
Send(String) - Method in class jasp.smtp.NewMail
sends the NewMail object to the specified recipients
Send() - Method in class jasp.smtp.NewMail
Attempts to send the email.
SendMail() - Method in class jasp.smtp.Mailer
Attempts to send the email.
SendToNewsGroup(String, String) - Method in class jasp.jmail.Message
Sends the message to NewsGroups(separated by a ",") using the NNTP server specified
Server - class jasp.buildin.Server.
The Server object provides access to methods and properties on the server.
Server() - Constructor for class jasp.buildin.Server
 
ServerVariables(String) - Static method in class jasp.buildin.Request
Gets the value of the item of the ServerVariables Collection.
ServerVariables(int) - Static method in class jasp.buildin.Request
Gets the value of the item of the ServerVariables Collection.
ServerVariables() - Static method in class jasp.buildin.Request
Gets the ServerVariables Collection
Session - class jasp.buildin.Session.
You can use the Session object to store information needed for a particular user-session.
Session() - Constructor for class jasp.buildin.Session
 
Set(String, int) - Method in class jasp.webcom.Counters
Sets the value of the counter to a specific integer
SetASPDescription(String) - Method in class jasp.buildin.ASPError
Sets the detailed description of the error.
SetLocale(String) - Static method in class jasp.vbs.vb
Sets the global locale and returns the previous locale.
SetLocale(int) - Static method in class jasp.vbs.vb
Sets the global locale and returns the previous locale.
SetLocaleIDs(int) - Method in class jasp.smtp.NewMail
Sets identifiers that define a messaging user's locale
Sgn(double) - Static method in class jasp.vbs.vb
Returns an integer indicating the sign of a number.
Sgn(String) - Static method in class jasp.vbs.vb
Returns an integer indicating the sign of a number.
Sgn(boolean) - Static method in class jasp.vbs.vb
Returns an integer indicating the sign of a number.
Sgn(variant) - Static method in class jasp.vbs.vb
Returns an integer indicating the sign of a number.
Sgn(vbdate) - Static method in class jasp.vbs.vb
Returns an integer indicating the sign of a number.
Sgn(vbcurrency) - Static method in class jasp.vbs.vb
Returns an integer indicating the sign of a number.
Sin(double) - Static method in class jasp.vbs.vb
Returns the sine of an angle.
Sin(String) - Static method in class jasp.vbs.vb
Returns the sine of an angle.
Sin(boolean) - Static method in class jasp.vbs.vb
Returns the sine of an angle.
Sin(vbdate) - Static method in class jasp.vbs.vb
Returns the sine of an angle.
Sin(vbcurrency) - Static method in class jasp.vbs.vb
Returns the sine of an angle.
Sin(variant) - Static method in class jasp.vbs.vb
Returns the sine of an angle.
Skip(int) - Method in class jasp.io.TextStream
Skips a specified number of characters when reading a TextStream file.
SkipLine() - Method in class jasp.io.TextStream
Skips the next line when reading a TextStream file.
Space(double) - Static method in class jasp.vbs.vb
Returns a string consisting of the specified number of spaces.
Space(String) - Static method in class jasp.vbs.vb
Returns a string consisting of the specified number of spaces.
Space(boolean) - Static method in class jasp.vbs.vb
Returns a string consisting of the specified number of spaces.
Space(variant) - Static method in class jasp.vbs.vb
Returns a string consisting of the specified number of spaces.
Split(String) - Static method in class jasp.vbs.vb
Returns a zero-based, one-dimensional array containing a specified number of substrings.
Split(double) - Static method in class jasp.vbs.vb
Returns a zero-based, one-dimensional array containing a specified number of substrings.
Split(boolean) - Static method in class jasp.vbs.vb
Returns a zero-based, one-dimensional array containing a specified number of substrings.
Split(String, String) - Static method in class jasp.vbs.vb
Returns a zero-based, one-dimensional array containing a specified number of substrings.
Split(String, String, double) - Static method in class jasp.vbs.vb
Returns a zero-based, one-dimensional array containing a specified number of substrings.
Split(String, String, double, double) - Static method in class jasp.vbs.vb
Returns a zero-based, one-dimensional array containing a specified number of substrings.
Sqr(double) - Static method in class jasp.vbs.vb
Returns the square root of a number.
Sqr(String) - Static method in class jasp.vbs.vb
Returns the square root of a number.
Sqr(boolean) - Static method in class jasp.vbs.vb
Returns the square root of a number.
Sqr(variant) - Static method in class jasp.vbs.vb
Returns the square root of a number.
Sqr(vbdate) - Static method in class jasp.vbs.vb
Returns the square root of a number.
Sqr(vbcurrency) - Static method in class jasp.vbs.vb
Returns the square root of a number.
StaticObjects() - Static method in class jasp.buildin.Application
Contains all of the objects added to the application with the <OBJECT> tag.
StaticObjects(String) - Static method in class jasp.buildin.Application
Gets the members of the Application StaticObjects Collection.
StaticObjects() - Static method in class jasp.buildin.Session
Contains the objects created with the <OBJECT> tag and given session scope.
StaticObjects(String) - Static method in class jasp.buildin.Session
Gets Gets an item from the StaticObjects collection.
StrComp(String, String) - Static method in class jasp.vbs.vb
Returns a value indicating the result of a string comparison.
StrComp(String, String, double) - Static method in class jasp.vbs.vb
Returns a value indicating the result of a string comparison.
StrReverse(String) - Static method in class jasp.vbs.vb
Returns a string in which the character order of a specified string is reversed.
StrReverse(variant) - Static method in class jasp.vbs.vb
Returns a string in which the character order of a specified string is reversed.
StrReverse(double) - Static method in class jasp.vbs.vb
Returns a string in which the character order of a specified string is reversed.
StrReverse(vbdate) - Static method in class jasp.vbs.vb
Returns a string in which the character order of a specified string is reversed.
StrReverse(vbcurrency) - Static method in class jasp.vbs.vb
Returns a string in which the character order of a specified string is reversed.
StrReverse(boolean) - Static method in class jasp.vbs.vb
Returns a string in which the character order of a specified string is reversed.
String(double, String) - Static method in class jasp.vbs.vb
Returns a repeating character string of the length specified.
String(double, double) - Static method in class jasp.vbs.vb
Returns a repeating character string of the length specified.
String(double, variant) - Static method in class jasp.vbs.vb
Returns a repeating character string of the length specified.
Supports(int) - Method in class jasp.adodb.Recordset
Determines whether a specified Recordset object supports a particular type of functionality.
server() - Static method in class jasp.buildin.Server
Returns a Server object instance
session() - Static method in class jasp.buildin.Session
Returns a Session object instance
session_init() - Method in class jasp.buildin.ASPGlobal
Initializes the session scope variables , for example: the variable is declared with Object target in ASP file.
session_onend() - Method in class jasp.buildin.ASPGlobal
The session_onend event occurs when a session is abandoned or times out.
session_onstart() - Method in class jasp.buildin.ASPGlobal
The session_onstart event occurs when the server creates a new session.
set(variant, String, Object) - Static method in class jasp.vbs.operator
Assigns the value to the property of the object.
set(variant, String, pVector, Object) - Static method in class jasp.vbs.operator
Assigns the value to the property of the object.
set(int) - Method in class jasp.vbs.variant
Assigns the variant object to type vbLong and clears the previous contents.
set(double) - Method in class jasp.vbs.variant
Assigns the variant object to type vbDouble and clears the previous contents.
set(byte) - Method in class jasp.vbs.variant
Assigns the variant object to type vbByte and clears the previous contents.
set(boolean) - Method in class jasp.vbs.variant
Assigns the variant object to type vbBoolean and clears the previous contents.
set(String) - Method in class jasp.vbs.variant
Assigns the variant object to type vbString and clears the previous contents.
set(vbdate) - Method in class jasp.vbs.variant
Assigns the variant object to type vbDate and clears the previous contents.
set(vbcurrency) - Method in class jasp.vbs.variant
Assigns the variant object to type vbCurrency and clears the previous contents.
set(Collection) - Method in class jasp.vbs.variant
Assigns the variant object to type ASPStringList and clears the previous contents.
set(Object) - Method in class jasp.vbs.variant
Assigns the variant object to type vbObject and clears the previous contents.
set(vbarray) - Method in class jasp.vbs.variant
Assigns the variant object to type vbArray and clears the previous contents.
set(variant) - Method in class jasp.vbs.variant
Assigns the variant object to type vbVariant and clears the previous contents.
set(String, Object) - Method in class jasp.vbs.vbclass
Sets the value of the property in the class module (SET PROPERTY statement)
set(String, pVector, Object) - Method in class jasp.vbs.vbclass
Sets the value of the proprety in the class module (SET PROPERTY statement).
setASPCode(String) - Method in class jasp.buildin.ASPError
Sets an error code generated by IIS.
setAbsolutePage(int) - Method in class jasp.adodb.Recordset
Indicates quick move currect record to specific page.
setAbsolutePosition(int) - Method in class jasp.adodb.Recordset
Sets the absolute position.
setActiveConnection(Connection) - Method in class jasp.adodb.Command
Sets the active connection.
setActiveConnection(String) - Method in class jasp.adodb.Command
Sets the active connection .
setActiveConnection(Connection) - Method in class jasp.adodb.Recordset
Sets the active connection.
setActiveConnection(String) - Method in class jasp.adodb.Recordset
Sets the active connection.
setAttributes(int) - Method in class jasp.adodb.Connection
Indicates one or more characteristics of an object.
setAttributes(int) - Method in class jasp.adodb.Field
Sets the attributes of the Field
setAttributes(int) - Method in class jasp.adodb.Parameter
Sets the attributes of the Parameter.
setAttributes(int) - Method in class jasp.adodb.Property
Sets the attributes of the Property.
setAttributes(int) - Method in class jasp.io.File
 
setAttributes(int) - Method in class jasp.io.Folder
 
setBcc(String) - Method in class jasp.smtp.NewMail
Adds to the list of blind copy (Bcc) recipients for the NewMail object.
setBody(String) - Method in class jasp.jmail.Message
 
setBody(String) - Method in class jasp.jmail.SMTPMail
 
setBody(String) - Method in class jasp.smtp.NewMail
Sets the text of the NewMail object.
setBodyFormat(int) - Method in class jasp.smtp.NewMail
Sets the text format of the NewMail object
setBodyText(String) - Method in class jasp.smtp.Mailer
Sets The message body text.
setBookmark(double) - Method in class jasp.adodb.Recordset
Sets the bookmark value for quick move curect record to specific position.
setBuffer(boolean) - Static method in class jasp.buildin.Response
Sets whether page output is buffered.
setCC(String) - Method in class jasp.smtp.NewMail
Adds to the list of copy (Cc) recipients for the NewMail object
setCacheControl(String) - Static method in class jasp.buildin.Response
Sets CacheControl value
setCacheSize(int) - Method in class jasp.adodb.Recordset
Sets the number of records from a Recordset object that are cached locally in memory. cachesize must be greater than 0
setCategory(String) - Method in class jasp.buildin.ASPError
Sets the category of the error.
setCharset(String) - Static method in class jasp.buildin.Response
Appends the name of the character set to the content-type header.
setCharset(String) - Method in class jasp.jmail.Message
The charset to the message. the default is "US-ASCII".
setCharset(String) - Method in class jasp.jmail.SMTPMail
This is the charset of the message.
setCharset(int) - Method in class jasp.smtp.Mailer
Sets the character set.
setClickable(boolean) - Method in class jasp.webcom.AdRotator
Sets clickable
setCodePage(int) - Static method in class jasp.buildin.Session
 
setColumn(long) - Method in class jasp.buildin.ASPError
Sets the column number.
setCommandText(String) - Method in class jasp.adodb.Command
Sets the Commandtext to specific cmdtxt
setCommandTimeout(int) - Method in class jasp.adodb.Command
Sets the CommandTimeout to specific value
setCommandTimeout(int) - Method in class jasp.adodb.Connection
Sets the CommandTimeout property value
setCommandType(int) - Method in class jasp.adodb.Command
Sets the CommandType to specific type.
setCompareMode(int) - Method in class jasp.util.Dictionary
Sets and returns the comparison mode for comparing string keys in a Dictionary object.
setConfirmread(boolean) - Method in class jasp.smtp.Mailer
Sets the ConfirmReading flag, If this is set to true AND the recipients email program supports.
setConnectURL(String) - Method in class jasp.adodb.Connection
Sets the url of the Connection
setConnectionString(String) - Method in class jasp.adodb.Connection
Sets the information for establish a connection

Note: the connection must be following format:
Using jdbc-odbc bridge:
"DSN=Data Source Name;UID=userid;PWD=password" Using JDBC Drivers:
"Driver=drivername;URL={JDBC url};UserID=userid;Password=password;"
setConnectionTimeout(int) - Method in class jasp.adodb.Connection
Sets the ConnectionTimeout's value for the currect object.
setContentBase(String) - Method in class jasp.smtp.NewMail
Sets a base for all URLs relating to the NewMail object's message body The ContentBase property is used for MHTML (MIME HTML) support.
setContentLocation(String) - Method in class jasp.smtp.NewMail
Sets an absolute or relative path for all URLs relating to the NewMail object's message body The ContentLocation property is used for MHTML (MIME HTML) support.
setContentTransferEncoding(String) - Method in class jasp.jmail.Message
Specifies the content transfer encoding. the defult is "Quoted-Printable".
setContentTransferEncoding(String) - Method in class jasp.jmail.SMTPMail
 
setContentType(String) - Static method in class jasp.buildin.Response
Sets the HTTP content type for the response.
setContentType(String) - Method in class jasp.jmail.Message
 
setContentType(String) - Method in class jasp.jmail.SMTPMail
This is the contentype of the message.
setContents(String, variant) - Static method in class jasp.buildin.Application
Sets an item to Contents collection.
setContents(String, variant) - Static method in class jasp.buildin.Session
Sets an item to Contents collection.
setContenttype(String) - Method in class jasp.smtp.Mailer
Sets the ContentType header of the message's BodyText
setContext(Context) - Method in class jasp.adodb.Connection
Set the Context of the webserver is using, so that J-ASP ADO can get the connection from the connection pool of the webserver.
setCookies(String, double) - Static method in class jasp.buildin.Response
Sets the value of a cookie.
setCookies(String, int) - Static method in class jasp.buildin.Response
Sets the value of a cookie.
setCookies(String, variant) - Static method in class jasp.buildin.Response
Sets the value of a cookie.
setCookies(String, vbdate) - Static method in class jasp.buildin.Response
Sets the value of a cookie.
setCookies(String, String) - Static method in class jasp.buildin.Response
Sets the value of a cookie.
setCursorLocation(int) - Method in class jasp.adodb.Connection
Sets the location of the cursor engine.
setCursorLocation(int) - Method in class jasp.adodb.Recordset
Sets the location of the cursor engine.
setCursorType(int) - Method in class jasp.adodb.Recordset
Set the Cursor type for query data from database
setCustomcharset(String) - Method in class jasp.smtp.Mailer
Sets the custom charactor set
setDate(Date) - Method in class jasp.jmail.Message
 
setDatetime(String) - Method in class jasp.smtp.Mailer
Sets the datatime header.
setDefaultDatabase(String) - Method in class jasp.adodb.Connection
Sets a string value the evaluates to the name of a database avaliable from the provider.
setDeferedDelivery(Date) - Method in class jasp.jmail.Message
Sets deferred delivery of the messages. if the mail server supports it the message won't be delivered until this date and time.
setDeferredDelivery(vbdate) - Method in class jasp.jmail.SMTPMail
DeferredDelivery : Date Sets defered delivery of messages.
setDefinedSize(int) - Method in class jasp.adodb.Field
Sets the defined-size of the Field.
setDescription(String) - Method in class jasp.buildin.ASPError
Sets the short description of the error.
setDescription(String) - Method in class jasp.vbs.vbErr
 
setDirection(int) - Method in class jasp.adodb.Parameter
Sets the direction of the Parameter.
setDomain(String) - Method in class jasp.buildin.ASPCookie
Specified the domain that the cookie is sent only to requests.
setDomain(String) - Method in interface jasp.buildin.IWriteCookie
 
setEnableCharsetTranslation(boolean) - Method in class jasp.jmail.Message
Set to TRUE , which is the default.
setEncode(String) - Static method in class jasp.buildin.Session
Sets the EncodeCharset.
setEncoding(String) - Method in class jasp.jmail.Message
This can be used to changed the default attachment encoding from base64.
setEncoding(String) - Method in class jasp.jmail.SMTPMail
This can be used to change the default Attachment encoding from base64.
setEncoding(int) - Method in class jasp.smtp.Mailer
Sets the encoding type for attachments.
setEncryptAttachments(boolean) - Method in class jasp.jmail.Message
Set to TRUE all attachments will be encrypted too if encryption is enabled. the default is TRUE.
setExpires(double) - Method in class jasp.buildin.ASPCookie
The date on which the cookie expires.
setExpires(double) - Method in interface jasp.buildin.IWriteCookie
 
setExpires(int) - Static method in class jasp.buildin.Response
Sets the length of time before a page cached on a browser expires
setExpiresAbsolute(int) - Static method in class jasp.buildin.Response
Sets the date and time on which a page cached on a browser expires
setFields(int, variant) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(int, int) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(int, String) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(int, double) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(int, float) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(int, boolean) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(int, short) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(int, long) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(variant, variant) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(String, variant) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(String, int) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(String, String) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(String, double) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(String, float) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(String, boolean) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(String, short) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFields(String, long) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setFile(String) - Method in class jasp.buildin.ASPError
Sets the name of the .asp file.
setFilter(int) - Method in class jasp.adodb.Recordset
Indicates a filter for data in a Recordset.
setFilter(String) - Method in class jasp.adodb.Recordset
Indicates a filter for data in a Recordset.
setFrom(String) - Method in class jasp.jmail.Message
 
setFrom(String) - Method in class jasp.smtp.NewMail
Sets the full messaging address to be used for the sender of this NewMail object.
setFromAddress(String) - Method in class jasp.smtp.Mailer
Sets the message originator’s email address.
setFromName(String) - Method in class jasp.jmail.Message
 
setFromName(String) - Method in class jasp.smtp.Mailer
Sets the message originator’s name.
setGlobal(boolean) - Method in class jasp.regexp.RegExp
Sets a Boolean value that indicates if a pattern should match all occurrences in an entire search string or just the first one.
setHTMLBody(String) - Method in class jasp.jmail.Message
 
setHelpContext(int) - Method in class jasp.vbs.vbErr
 
setHelpFile(String) - Method in class jasp.vbs.vbErr
 
setHtmlPartAsAttach(boolean) - Method in class jasp.pop3.Mailer
If flag is true, set the HTMLPart as an attachment.
setISOEncodeHeaders(boolean) - Method in class jasp.jmail.Message
Encodes header strings according to is-8859-1 character sets.
setISOEncodeHeaders(boolean) - Method in class jasp.jmail.SMTPMail
Encodes header stings according to iso-8859-1 character sets.
setIgnoreCase(boolean) - Method in class jasp.regexp.RegExp
The value of the IgnoreCase property is False if the search is case-sensitive, True if it is not.
setIgnoreMalFormedAddress(boolean) - Method in class jasp.smtp.Mailer
 
setIgnoreRecipientErrors(boolean) - Method in class jasp.smtp.Mailer
 
setImportance(int) - Method in class jasp.smtp.NewMail
Sets the importance associated with the NewMail object.
setIsolationLevel(int) - Method in class jasp.adodb.Connection
Sets the level of isolation for a Connection object.
setItem(variant, variant) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(int, String) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(int, int) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(int, double) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(int, float) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(int, long) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(int, short) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(int, boolean) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(int, variant) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(String, String) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(String, int) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(String, double) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(String, float) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(String, long) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(String, short) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(String, boolean) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(String, variant) - Method in class jasp.adodb.Command
Sets the value of the Parameter
setItem(variant, variant) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(int, variant) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(int, int) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(int, String) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(int, double) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(int, float) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(int, boolean) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(int, short) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(int, long) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(String, variant) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(String, int) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(String, String) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(String, double) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(String, float) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(String, boolean) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(String, short) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(String, long) - Method in class jasp.adodb.Fields
Sets the value of the Field.
setItem(variant, variant) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(int, String) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(int, int) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(int, double) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(int, float) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(int, long) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(int, short) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(int, boolean) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(int, variant) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(String, String) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(String, int) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(String, double) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(String, float) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(String, long) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(String, short) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(String, boolean) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(String, variant) - Method in class jasp.adodb.Parameters
Sets the value of the Parameter.
setItem(variant, variant) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(int, variant) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(int, int) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(int, String) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(int, double) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(int, float) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(int, boolean) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(int, short) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(int, long) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(String, variant) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(String, int) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(String, String) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(String, double) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(String, float) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(String, boolean) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(String, short) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(String, long) - Method in class jasp.adodb.Recordset
Sets a Field value in the Fields collection.
setItem(variant, String) - Method in class jasp.buildin.ASPCookie
Adds a cookie to current Cookie as the sub-cookie.
setItem(String, String) - Method in class jasp.buildin.ASPCookie
Adds a sub-cookie to current Cookie.
setItem(String, Object) - Static method in class jasp.buildin.Application
Assigns a member of Application Contents Collection.
setItem(String, int) - Static method in class jasp.buildin.Application
Assigns a member of Application Contents collection.
setItem(String, double) - Static method in class jasp.buildin.Application
Assigns a member of Application Contents collection.
setItem(String, boolean) - Static method in class jasp.buildin.Application
Assigns a member of Application Contents collection.
setItem(String, String) - Static method in class jasp.buildin.Application
Assigns a member of Application Contents collection.
setItem(String, Object) - Method in class jasp.buildin.IVariantDictionary
Adds an item to either the Contents or StaticObjects collection
setItem(String, int) - Method in class jasp.buildin.IVariantDictionary
Adds an item to either the Contents or StaticObjects collection
setItem(String, double) - Method in class jasp.buildin.IVariantDictionary
Adds an item to either the Contents or StaticObjects collection
setItem(String, boolean) - Method in class jasp.buildin.IVariantDictionary
Adds an item to either the Contents or StaticObjects collection
setItem(String, String) - Method in class jasp.buildin.IVariantDictionary
Adds an item to either the Contents or StaticObjects collection
setItem(variant, String) - Method in interface jasp.buildin.IWriteCookie
 
setItem(String, String) - Method in interface jasp.buildin.IWriteCookie
 
setItem(String, Object) - Static method in class jasp.buildin.Session
Adds an item to the Contents collection
setItem(String, int) - Static method in class jasp.buildin.Session
Adds an item to the Contents collection
setItem(String, double) - Static method in class jasp.buildin.Session
Adds an item to the Contents collection
setItem(String, boolean) - Static method in class jasp.buildin.Session
Adds an item to the Contents collection
setItem(String, String) - Static method in class jasp.buildin.Session
Adds an item to the Contents collection
setItem(String, String) - Method in class jasp.smtp.NewMail
Sets the value and contents of an additional header for the NewMail object.
setItem(String, Object) - Method in class jasp.util.Dictionary
Sets an item for a specified key in a Dictionary object.
setItem(String, String) - Method in class jasp.util.Dictionary
Sets an item for a specified key in a Dictionary object.
setItem(String, double) - Method in class jasp.util.Dictionary
Sets an item for a specified key in a Dictionary object.
setItem(String, boolean) - Method in class jasp.util.Dictionary
Sets an item for a specified key in a Dictionary object.
setItem(int, variant) - Method in class jasp.vbs.variant
Assigns an element of vbarray or collection.
setItem(int, vbcurrency) - Method in class jasp.vbs.variant
Assigns an element of vbarray or Collection.
setItem(int, vbdate) - Method in class jasp.vbs.variant
Assigns an element of vbarray or Collection.
setItem(int, int) - Method in class jasp.vbs.variant
Assigns an element of vbarray or Collection.
setItem(int, double) - Method in class jasp.vbs.variant
Assigns an element of vbarray or Collection.
setItem(int, String) - Method in class jasp.vbs.variant
Assigns an element of vbarray or Collection.
setItem(int, Object) - Method in class jasp.vbs.variant
Assigns an element of vbarray or Collection.
setItem(String, variant) - Method in class jasp.vbs.variant
Assigns an element of Collection.
setItem(String, vbcurrency) - Method in class jasp.vbs.variant
Assigns an element of Collection.
setItem(String, vbdate) - Method in class jasp.vbs.variant
Assigns an element of Collection.
setItem(String, int) - Method in class jasp.vbs.variant
Assigns an element of Collection.
setItem(String, double) - Method in class jasp.vbs.variant
Assigns an element of Collection.
setItem(String, String) - Method in class jasp.vbs.variant
Assigns an element of Collection.
setItem(String, Object) - Method in class jasp.vbs.variant
Assigns an element of Collection.
setItem(variant, variant) - Method in class jasp.vbs.variant
Assigns an element of vbarray or Collection.
setItem(variant, vbcurrency) - Method in class jasp.vbs.variant
Assigns an element of vbarray or Collection.
setItem(variant, vbdate) - Method in class jasp.vbs.variant
Assigns an element of vbarray or Collection.
setItem(variant, int) - Method in class jasp.vbs.variant
Assigns an element of vbarray or Collection.
setItem(variant, double) - Method in class jasp.vbs.variant
Assigns an element of vbarray or Collection.
setItem(variant, String) - Method in class jasp.vbs.variant
Assigns an element of vbarray or Collection.
setItem(variant, Object) - Method in class jasp.vbs.variant
Assigns an element of vbarray or Collection.
setItem(int, variant) - Method in class jasp.vbs.vbarray
Assigns an element of a vbarray.
setItem(int, vbcurrency) - Method in class jasp.vbs.vbarray
Assigns an element of a vbarray.
setItem(int, vbdate) - Method in class jasp.vbs.vbarray
Assigns an element of a vbarray.
setItem(int, int) - Method in class jasp.vbs.vbarray
Assigns an element of a vbarray.
setItem(int, double) - Method in class jasp.vbs.vbarray
Assigns an element of a vbarray.
setItem(int, String) - Method in class jasp.vbs.vbarray
Assigns an element of a vbarray.
setItem(int, Object) - Method in class jasp.vbs.vbarray
Assigns an element of a vbarray.
setKey(String, String) - Method in class jasp.util.Dictionary
Sets a key of the item in a Dictionary object.
setLCID(int) - Static method in class jasp.buildin.Session
Sets the lcid
setLazySend(boolean) - Method in class jasp.jmail.SMTPMail
This property specifies if JMail is to wait until the mail is sent and then return or if it is to buffer the message and send it in the background.
setLine(long) - Method in class jasp.buildin.ASPError
Sets the line number
setLive(boolean) - Method in class jasp.smtp.Mailer
Allows you to test the component without an SMTP server.
setLockType(int) - Method in class jasp.adodb.Recordset
Sets the type of locks placed on records during editing.
setLogging(boolean) - Method in class jasp.jmail.Message
 
setLogging(boolean) - Method in class jasp.jmail.POP3
Enables or disables the logging int JMail , Defualt value is false.
setLogging(boolean) - Method in class jasp.jmail.SMTPMail
Enables/Disables logging in JMail
setMailDirectory(String) - Method in class jasp.pop3.Mailer
 
setMailDomain(String) - Method in class jasp.jmail.Message
 
setMailDomain(String) - Method in class jasp.jmail.SMTPMail
This can be used to override the EHLO/HELO statement to your mailserver
setMailFormat(int) - Method in class jasp.smtp.NewMail
The setting of the MailFormat property determines the default value for the EncodingMethod parameter in the AttachFile and AttachURL methods.
setMailServerName(String) - Method in class jasp.jmail.Message
 
setMailServerName(String) - Method in class jasp.jmail.SMTPMail
Used to specify the username for SMTP server authentication if the mail server requires a user to login.
setMailServerPassword(String) - Method in class jasp.jmail.Message
Used to specify the password for SMTP server authentication if the mail server requires a user to login.
setMailServerPassword(String) - Method in class jasp.jmail.SMTPMail
Used to specify the password for SMTP server authentication if the mail server requires a user to login.
setMarshalOptions(int) - Method in class jasp.adodb.Recordset
Indicates which records to be marshaled back to the server.
setMaxRecords(int) - Method in class jasp.adodb.Recordset
Sets the MaxRecords property to maxrd.
setMimeVersion(String) - Method in class jasp.jmail.Message
Specifies the mime version. the default is "1.0"
setMimeVersion(String) - Method in class jasp.jmail.SMTPMail
Specifies the mime version.
setMode(int) - Method in class jasp.adodb.Connection
Sets the available permissions for connection.
setMsPickupdirectory(String) - Method in class jasp.jmail.Message
The path to the pickup directory of MS SMTP server.
setName(String) - Method in class jasp.adodb.Command
Sets the name of Command
setName(String) - Method in class jasp.adodb.Parameter
Sets the name of the Parameter.
setName(String) - Method in class jasp.adodb.Property
Sets the name of the Property.
setName(String) - Method in class jasp.io.File
 
setName(String) - Method in class jasp.io.Folder
 
setNull() - Method in class jasp.vbs.variant
Assigns the variant object to type vbNull and clears the previous contents.
setNumber(int) - Method in class jasp.buildin.ASPError
Sets the error code
setNumber(int) - Method in class jasp.vbs.vbErr
Sets the error No.
setNumericScale(byte) - Method in class jasp.adodb.Field
Sets the Scale of the Field.
setNumericScale(byte) - Method in class jasp.adodb.Parameter
Sets the numeric scale of the Parameter.
setObject(String, Object) - Static method in class jasp.buildin.Application
Sets a member of Application Contents collection.
setObject(String, Object) - Static method in class jasp.buildin.Session
Adds an item to the Contents collection.
setObject(int, variant) - Method in class jasp.vbs.variant
Sets an element of vbarray.
setObject(int, Object) - Method in class jasp.vbs.variant
Sets an element of vbarray.
setObject(variant) - Method in class jasp.vbs.variant
Sets the variant object to type vbVariant and clears the previous contents.
setObject(Object) - Method in class jasp.vbs.variant
Sets the variant object to type vbObject and clears the previous contents.
setObject(int, variant) - Method in class jasp.vbs.vbarray
Sets an element of a vbarray.
setObject(int, Object) - Method in class jasp.vbs.vbarray
Sets an element of a vbarray.
setOrganization(String) - Method in class jasp.smtp.Mailer
Sets the Organization header in the message.
setPGPEncrypt(boolean) - Method in class jasp.jmail.Message
Set to TRUE, the e-mail will be encrypted when the message is sent.
setPGPParams(String) - Method in class jasp.smtp.Mailer
 
setPGPPassphrase(boolean) - Method in class jasp.jmail.Message
The PGP passphrase used when signing
setPGPPath(String) - Method in class jasp.smtp.Mailer
 
setPGPSign(boolean) - Method in class jasp.jmail.Message
Set to TRUE, the e-mail will be signed when the message is sent, using PGP.
setPGPSignkey(String) - Method in class jasp.jmail.Message
An e-mail address or a PGP keu id identifying the key to be used for signing
setPageSize(int) - Method in class jasp.adodb.Recordset
Sets the how many record in every page
setParameters(variant, variant) - Method in class jasp.adodb.Command
Sets the parameter.
setParameters(int, String) - Method in class jasp.adodb.Command
Sets the parameter.
setParameters(int, int) - Method in class jasp.adodb.Command
Sets the parameter.
setParameters(int, double) - Method in class jasp.adodb.Command
Sets the parameter.
setParameters(int, float) - Method in class jasp.adodb.Command
Sets the parameter.
setParameters(int, long) - Method in class jasp.adodb.Command
Sets the parameter.
setParameters(int, short) - Method in class jasp.adodb.Command
Sets the parameter.
setParameters(int, boolean) - Method in class jasp.adodb.Command
Sets the parameter.
setParameters(int, variant) - Method in class jasp.adodb.Command
Sets the parameter.
setParameters(String, String) - Method in class jasp.adodb.Command
Sets the value of the Parameter.
setParameters(String, int) - Method in class jasp.adodb.Command
Sets the value of the Parameter.
setParameters(String, double) - Method in class jasp.adodb.Command
Sets the value of the Parameter.
setParameters(String, float) - Method in class jasp.adodb.Command
Sets the value of the Parameter.
setParameters(String, long) - Method in class jasp.adodb.Command
Sets the value of the Parameter.
setParameters(String, short) - Method in class jasp.adodb.Command
Sets the value of the Parameter.
setParameters(String, boolean) - Method in class jasp.adodb.Command
Sets the value of the Parameter.
setParameters(String, variant) - Method in class jasp.adodb.Command
Sets the value of the Parameter.
setPassword(String) - Method in class jasp.adodb.Connection
Sets the password of the username.
setPassword(String) - Method in class jasp.pop3.Mailer
Sets the password of the account on the POP3 server.
setPassword(String) - Method in class jasp.smtp.Mailer
 
setPassword(String) - Method in class jasp.smtp.NewMail
Sets the password of the user name.
setPath(String) - Method in class jasp.buildin.ASPCookie
If specified, the cookie is sent only to requests to this path.
setPath(String) - Method in interface jasp.buildin.IWriteCookie
 
setPattern(String) - Method in class jasp.regexp.RegExp
Sets the regular expression pattern being searched for.
setPipelining(boolean) - Method in class jasp.jmail.SMTPMail
Overrides if JMail should use pipelining on a server that supports it.
setPop3Log(String) - Method in class jasp.pop3.Mailer
You can debug a POP3 session by assigning a path and filename to the POP3Log property.
setPopelining(boolean) - Method in class jasp.jmail.Message
Override if JMail should use pipelining on a server that supports it
setPrecision(byte) - Method in class jasp.adodb.Field
Sets the precision of the Field.
setPrecision(byte) - Method in class jasp.adodb.Parameter
Sets the precision of the Parameter.
setPrepared(boolean) - Method in class jasp.adodb.Command
Sets the Prepared flag
setPriority(int) - Method in class jasp.jmail.Message
returns the message's priority. 3 is normal priority.
setPriority(int) - Method in class jasp.jmail.SMTPMail
This is the priority of the message.
setPriority(int) - Method in class jasp.smtp.Mailer
Sets the message priority
setProvider(String) - Method in class jasp.adodb.Connection
Sets the name of jdbc driver.
setRemoteHost(String) - Method in class jasp.pop3.Mailer
Sets the host name or IP address of the POP3 server you will be pulling messages from.
setRemoteHost(String) - Method in class jasp.smtp.Mailer
Sets the remote SMTP host that the message will be sent through
setRemoteHost(String) - Method in class jasp.smtp.NewMail
Sets RemoteHost of the smtp server
setReplyTo(String) - Method in class jasp.jmail.Message
Specifies an optional reply address
setReplyTo(String) - Method in class jasp.jmail.SMTPMail
Specifies a optional reply address
setReplyTo(String) - Method in class jasp.smtp.Mailer
Allows you to specify a different email address that replies should be sent to.
setResponse(String) - Method in class jasp.smtp.Mailer
 
setReturnReceipt(boolean) - Method in class jasp.jmail.Message
Specifies whether or not the sender requires a return receipt.
setReturnReceipt(boolean) - Method in class jasp.jmail.SMTPMail
Specifies wether or not the sender requires a return receipt.
setReturnReceipt(boolean) - Method in class jasp.smtp.Mailer
Sets the ReturnReceipt flag
setScriptTimeout(long) - Static method in class jasp.buildin.Server
Specifies the maximum number of seconds that a script can run before the server terminates it.
setSecure(boolean) - Method in class jasp.buildin.ASPCookie
Specifies whether the cookie is secure.
setSecure(boolean) - Method in interface jasp.buildin.IWriteCookie
 
setSender(String) - Method in class jasp.jmail.SMTPMail
 
setSenderName(String) - Method in class jasp.jmail.SMTPMail
 
setServerAddress(String) - Method in class jasp.jmail.SMTPMail
Specifies the address of the server.
setSilent(boolean) - Method in class jasp.jmail.Message
Set to True , JMAIL will not throw exceptions.
setSilent(boolean) - Method in class jasp.jmail.SMTPMail
Set to true, JMail will not trow exceptions.
setSimpleLayout(boolean) - Method in class jasp.jmail.Message
Set to TRUE to reduce the number of the headers JMAil produces.
setSimpleLayout(boolean) - Method in class jasp.jmail.SMTPMail
Set to true to reduce the number of headers JMail produces.
setSize(int) - Method in class jasp.adodb.Parameter
Sets the size of the Parameter.
setSmtpLog(String) - Method in class jasp.smtp.Mailer
Sets the smtplog .
setSort(String) - Method in class jasp.adodb.Recordset
Specifies one or more fild names the Recordset is sorted on, and whether each field is sorted in ascending or descending order .
setSource(Object) - Method in class jasp.adodb.Recordset
Indicates the source for the data in a Recordset object(Command object, SQL statement,table name,or stored procedure).
setSource(String) - Method in class jasp.buildin.ASPError
Sets the source of the error.
setSource(String) - Method in class jasp.vbs.vbErr
 
setState(int) - Method in class jasp.adodb.Command
Sets the state of the ActiveConnection.
setStatus(String) - Static method in class jasp.buildin.Response
Sets the value of the status line returned by the server.
setSubject(String) - Method in class jasp.jmail.Message
 
setSubject(String) - Method in class jasp.jmail.SMTPMail
 
setSubject(String) - Method in class jasp.smtp.Mailer
Sets the message subject.
setSubject(String) - Method in class jasp.smtp.NewMail
Sets the subject of the NewMail object as a string
setSuppressMsgBody(boolean) - Method in class jasp.smtp.Mailer
Sets the SuppressMsgBody property.
setTargetFrame(String) - Method in class jasp.webcom.AdRotator
Sets the name of the frame in which to display the advertisement.
setTimeout(int) - Static method in class jasp.buildin.Session
The Timeout property specifies the timeout period assigned to the Session object for this application, in minutes.
setTimeout(int) - Method in class jasp.jmail.POP3
Tomout in seconds for the socket used
setTimeout(int) - Method in class jasp.pop3.Mailer
Sets the maximum time to wait for a response from the POP3 server
setTimeout(int) - Method in class jasp.smtp.Mailer
Sets the maximum time that J-ASP Mail should wait for a response from the remote server.
setTo(String) - Method in class jasp.smtp.NewMail
Adds to the list of principal (To) recipients for the NewMail object
setType(int) - Method in class jasp.adodb.Field
Sets type of the Field.
setType(int) - Method in class jasp.adodb.Parameter
Sets the type of the Parameter.
setType(int) - Method in class jasp.adodb.Property
Sets the type of the Property.
setUrgent(boolean) - Method in class jasp.smtp.Mailer
Sets the X-Urgent header in the outgoing message.
setUseMSMailHeaders(boolean) - Method in class jasp.smtp.Mailer
Sets MS-Mail priority headers
setUserName(String) - Method in class jasp.adodb.Connection
Set the user name for conecting database.
setUserName(String) - Method in class jasp.pop3.Mailer
Sets the user name of the account on the POP3 server.
setUserName(String) - Method in class jasp.smtp.Mailer
 
setUserName(String) - Method in class jasp.smtp.NewMail
Sets the user name of the smtp server.
setValue(int) - Method in class jasp.adodb.Field
Sets the value of the Field.
setValue(long) - Method in class jasp.adodb.Field
Sets the value of the Field.
setValue(short) - Method in class jasp.adodb.Field
Sets the value of the Field.
setValue(boolean) - Method in class jasp.adodb.Field
Sets the value of the Field.
setValue(float) - Method in class jasp.adodb.Field
Sets the value of the Field.
setValue(double) - Method in class jasp.adodb.Field
Sets the value of the Field.
setValue(String) - Method in class jasp.adodb.Field
Sets the value of the Field.
setValue(Object) - Method in class jasp.adodb.Field
Sets the value of the Field.
setValue(int) - Method in class jasp.adodb.Parameter
Set the value of the Parameter.
setValue(long) - Method in class jasp.adodb.Parameter
Set the value of the Parameter.
setValue(short) - Method in class jasp.adodb.Parameter
Set the value of the Parameter.
setValue(boolean) - Method in class jasp.adodb.Parameter
Set the value of the Parameter.
setValue(float) - Method in class jasp.adodb.Parameter
Set the value of the Parameter.
setValue(double) - Method in class jasp.adodb.Parameter
Set the value of the Parameter.
setValue(String) - Method in class jasp.adodb.Parameter
Set the value of the Parameter.
setValue(Object) - Method in class jasp.adodb.Parameter
Set the value of the Parameter.
setValue(Object) - Method in class jasp.adodb.Property
Sets the value of teh Property.
setValue(String, String) - Method in class jasp.smtp.NewMail
Sets the value and contents of an additional header for the NewMail object
setWordWrap(boolean) - Method in class jasp.smtp.Mailer
Sets WordWrap to true causes the message body to wordwrap at the position specified by the WordWrapLen property.
setWordWrapLen(int) - Method in class jasp.smtp.Mailer
Sets WordWrapLen. 70 is default.
set_SafeArray(vbarray) - Method in class jasp.vbs.variant
Sets variant to type vbArray.

T

Tables() - Method in class jasp.webcom.BrowserType
Gets a value indicating whether the client browser supports HTML tables.
Tan(double) - Static method in class jasp.vbs.vb
Returns the tangent of an angle.
Tan(String) - Static method in class jasp.vbs.vb
Returns the tangent of an angle.
Tan(boolean) - Static method in class jasp.vbs.vb
Returns the tangent of an angle.
Tan(variant) - Static method in class jasp.vbs.vb
Returns the tangent of an angle.
Tan(vbdate) - Static method in class jasp.vbs.vb
Returns the tangent of an angle.
Tan(vbcurrency) - Static method in class jasp.vbs.vb
Returns the tangent of an angle.
Test(String) - Method in class jasp.regexp.RegExp
Executes a regular expression search against a specified string and returns a Boolean value that indicates if a pattern match was found.
Text() - Method in class jasp.jmail.Headers
Returns all headers
TextStream - class jasp.io.TextStream.
Allows you to read and write text files
TextStream(String) - Constructor for class jasp.io.TextStream
 
TextStream(String, int) - Constructor for class jasp.io.TextStream
 
TextStream(String, int, boolean) - Constructor for class jasp.io.TextStream
 
Time() - Static method in class jasp.vbs.vb
Returns a vbdate indicating the current system time.
TimeSerial(double, double, double) - Static method in class jasp.vbs.vb
Returns a vbdate containing the time for a specific hour, minute, and second.
TimeValue(String) - Static method in class jasp.vbs.vb
TimeValue
TimeValue(vbdate) - Static method in class jasp.vbs.vb
Returns a vbdate containing the time.
TimeValue(variant) - Static method in class jasp.vbs.vb
Returns a vbdate containing the time.
TimeValue(double) - Static method in class jasp.vbs.vb
Returns a vbdate containing the time.
Timer() - Static method in class jasp.vbs.vb
Returns the number of seconds that have elapsed since 12:00 AM (midnight).
Transfer(String) - Static method in class jasp.buildin.Server
ends the request from one .asp file, to a second .asp file.
Trim(String) - Static method in class jasp.vbs.vb
Returns a copy of a string without both leading and trailing spaces.
Trim(variant) - Static method in class jasp.vbs.vb
Returns a copy of a string without both leading and trailing spaces.
Trim(vbdate) - Static method in class jasp.vbs.vb
Returns a copy of a string without both leading and trailing spaces.
Trim(vbcurrency) - Static method in class jasp.vbs.vb
Returns a copy of a string without both leading and trailing spaces.
Trim(double) - Static method in class jasp.vbs.vb
Returns a copy of a string without both leading and trailing spaces.
Trim(boolean) - Static method in class jasp.vbs.vb
Returns a copy of a string without both leading and trailing spaces.
TypeName(Object) - Static method in class jasp.vbs.vb
Returns a string that provides Variant subtype information about a variable.
TypeName(int) - Static method in class jasp.vbs.vb
Returns a string that provides Variant subtype information about a variable.
TypeName(variant) - Static method in class jasp.vbs.vb
Returns a string that provides Variant subtype information about a variable.
TypeName(short) - Static method in class jasp.vbs.vb
Returns a string that provides Variant subtype information about a variable.
TypeName(vbdate) - Static method in class jasp.vbs.vb
Returns a string that provides Variant subtype information about a variable.
TypeName(float) - Static method in class jasp.vbs.vb
Returns a string that provides Variant subtype information about a variable.
TypeName(boolean) - Static method in class jasp.vbs.vb
Returns a string that provides Variant subtype information about a variable.
TypeName(double) - Static method in class jasp.vbs.vb
Returns a string that provides Variant subtype information about a variable.
TypeName(String) - Static method in class jasp.vbs.vb
Returns a string that provides Variant subtype information about a variable.
TypeName(vbcurrency) - Static method in class jasp.vbs.vb
Returns a string that provides Variant subtype information about a variable.
toArray() - Method in class jasp.util.pVector
Returns an array containing all of the elements in this pVector in order.
toBool() - Method in class jasp.vbs.variant
Converts the variant object to a Java boolean and returns the result.
toBytes() - Method in class jasp.vbs.vbarray
Converts an entire vbarray to a Java array.
toCurr() - Method in class jasp.vbs.variant
Converts the variant object to a vbcurrency and returns the result.
toDate() - Method in class jasp.vbs.variant
Convert the variant object to a vbDate.
toDouble() - Method in class jasp.buildin.ASPCookie
Returns the double value if the cookie value is a numeric.
toDouble() - Method in class jasp.buildin.IStringList
Returns the double value if the string list is a numeric.
toDouble() - Method in interface jasp.util.Collection
Returns the double value of the Collection.
toDouble() - Method in class jasp.vbs.variant
Converts the variant object to a Java double and returns the result.
toInt() - Method in class jasp.vbs.variant
Converts the variant object to a Java integer and returns the result.
toObject() - Method in class jasp.vbs.variant
Converts the variant to a Java Object and returns the result.
toShort() - Method in class jasp.vbs.variant
Converts the variant object to a Java short and returns the result.
toString() - Method in class jasp.adodb.Connection
 
toString() - Method in class jasp.adodb.Field
 
toString() - Method in class jasp.adodb.Parameter
 
toString() - Method in class jasp.adodb.Property
 
toString() - Method in class jasp.buildin.ASPCookie
Gets the Cookie value
toString() - Method in class jasp.buildin.IStringDictionary
Gets the string value name=value&name=value.
toString() - Method in class jasp.buildin.IStringList
Gets the String value of the String list.
toString() - Method in class jasp.io.Folder
 
toString() - Method in class jasp.vbs.variant
Converts the Variant object to a vbString and returns the result.
toString() - Method in class jasp.vbs.vbcurrency
Returns a string representation of the Currency.
toString() - Method in class jasp.vbs.vbdate
Returns a string representation of a Java Date object.

U

UBound(int) - Method in class jasp.vbs.variant
Returns the largest available subscript for the indicated dimension of an array.
UBound(variant) - Static method in class jasp.vbs.vb
Returns the largest available subscript for the indicated dimension of an array.
UBound(vbarray) - Static method in class jasp.vbs.vb
Returns the largest available subscript for the indicated dimension of an array.
UBound(Object) - Static method in class jasp.vbs.vb
Returns the largest available subscript for the indicated dimension of an array.
UBound(Object, int) - Static method in class jasp.vbs.vb
Returns the largest available subscript for the indicated dimension of an array.
UBound(variant, int) - Static method in class jasp.vbs.vb
Returns the largest available subscript for the indicated dimension of an array.
UBound(vbarray, int) - Static method in class jasp.vbs.vb
Returns the largest available subscript for the indicated dimension of an array.
UBound(int) - Method in class jasp.vbs.vbarray
Returns the highest index value used in the specified dimension of the vbarray.
UCase(String) - Static method in class jasp.vbs.vb
Returns a string that has been converted to uppercase.
UCase(boolean) - Static method in class jasp.vbs.vb
Returns a string that has been converted to uppercase.
UCase(double) - Static method in class jasp.vbs.vb
Returns a string that has been converted to uppercase.
UCase(variant) - Static method in class jasp.vbs.vb
Returns a string that has been converted to uppercase.
UCase(vbdate) - Static method in class jasp.vbs.vb
Returns a string that has been converted to uppercase.
UCase(vbcurrency) - Static method in class jasp.vbs.vb
Returns a string that has been converted to uppercase.
URLEncode(String) - Static method in class jasp.buildin.Server
Applies URL encoding rules, including escape characters, to the string.
Unescape(String) - Static method in class jasp.vbs.vb
Returns a string value that contains the contents of charstring.
Update(variant, variant) - Method in class jasp.adodb.Recordset
Saves changes you make to the current record of a Recordset object.
Update() - Method in class jasp.adodb.Recordset
Saves any changes you make to the current record of a Recordset object.
UpdateBatch() - Method in class jasp.adodb.Recordset
If you are editing the current record or adding a new record when you call the UpdateBatch method, ADO will automatically call the Update method to save any pending changes to the current record before transmitting the batched changes to the provider.
UpdateBatch(variant) - Method in class jasp.adodb.Recordset
If you are editing the current record or adding a new record when you call the UpdateBatch method, ADO will automatically call the Update method to save any pending changes to the current record before transmitting the batched changes to the provider.
unequals(variant) - Method in class jasp.vbs.variant
Compares two varaints.
unlock() - Static method in class jasp.buildin.Application
Allows other clients to modify Application object properties.

V

VarType(Object) - Static method in class jasp.vbs.vb
Returns a value indicating the subtype of a variable.
VarType(variant) - Static method in class jasp.vbs.vb
Returns a value indicating the subtype of a variable.
VarType(byte) - Static method in class jasp.vbs.vb
Returns a value indicating the subtype of a variable.
VarType(boolean) - Static method in class jasp.vbs.vb
Returns a value indicating the subtype of a variable.
VarType(vbdate) - Static method in class jasp.vbs.vb
Returns a value indicating the subtype of a variable.
VarType(vbcurrency) - Static method in class jasp.vbs.vb
Returns a value indicating the subtype of a variable.
VarType(short) - Static method in class jasp.vbs.vb
Returns a value indicating the subtype of a variable.
VarType(int) - Static method in class jasp.vbs.vb
Returns a value indicating the subtype of a variable.
VarType(float) - Static method in class jasp.vbs.vb
Returns a value indicating the subtype of a variable.
VarType(double) - Static method in class jasp.vbs.vb
Returns a value indicating the subtype of a variable.
VarType(String) - Static method in class jasp.vbs.vb
Returns a value indicating the subtype of a variable.
Vbscript() - Method in class jasp.webcom.BrowserType
Gets a value indicating whether the client browser supports VBScript.
VerifyKeys(String) - Method in class jasp.jmail.Message
Returns True if ALL the supplied keys where found in the local keyring.
Version() - Method in class jasp.webcom.BrowserType
Gets the full (integer and decimal) version number of the client browser.
variant - class jasp.vbs.variant.
This class implements VBScript Variant type.
variant() - Constructor for class jasp.vbs.variant
Constructs a variant object of type vbEmpty.
variant(vbarray) - Constructor for class jasp.vbs.variant
Constructs a variant object of type vbARRAY.
variant(Collection) - Constructor for class jasp.vbs.variant
Constructs a variant object of type ASPIStringList.
variant(boolean) - Constructor for class jasp.vbs.variant
Constructs a variant object of type vbBoolean.
variant(int) - Constructor for class jasp.vbs.variant
Constructs a variant object of type vbLong.
variant(byte) - Constructor for class jasp.vbs.variant
Constructs a variant object of type vbByte.
variant(short) - Constructor for class jasp.vbs.variant
Constructs a variant object of type vbInteger.
variant(float) - Constructor for class jasp.vbs.variant
Constructs a variant object of type vbSingle.
variant(String) - Constructor for class jasp.vbs.variant
Constructs a variant object of type vbString.
variant(char) - Constructor for class jasp.vbs.variant
Constructs a variant object of type vbString.
variant(vbcurrency) - Constructor for class jasp.vbs.variant
Constructs a variant object of type vbCurrency.
variant(Object) - Constructor for class jasp.vbs.variant
Constructs a variant object of type vbObject.
variant(vbdate) - Constructor for class jasp.vbs.variant
Constructs a variant object of type vbDate.
variant(double) - Constructor for class jasp.vbs.variant
Constructs a variant object of type vbDouble.
variant(long) - Constructor for class jasp.vbs.variant
Constructs a variant object of type Java's Long.
variant(int, Object) - Constructor for class jasp.vbs.variant
Constructs a variant object of the type indicated the type argument.
vb - class jasp.vbs.vb.
This class implements VBScript Functions.
vb() - Constructor for class jasp.vbs.vb
 
vbAbort - Static variable in class jasp.vbs.vbconst
 
vbAbortretryignore - Static variable in class jasp.vbs.vbconst
 
vbApplicationmodal - Static variable in class jasp.vbs.vbconst
 
vbArray - Static variable in class jasp.vbs.variant
Contains a vbarray.
vbArray - Static variable in class jasp.vbs.vbconst
 
vbBinarycompare - Static variable in class jasp.vbs.vbconst
 
vbBlack - Static variable in class jasp.vbs.vbconst
 
vbBlue - Static variable in class jasp.vbs.vbconst
 
vbBoolean - Static variable in class jasp.vbs.variant
Contains a boolean value.
vbBoolean - Static variable in class jasp.vbs.vbconst
 
vbByte - Static variable in class jasp.vbs.variant
Contains integer in the range 0 to 255.
vbByte - Static variable in class jasp.vbs.vbconst
 
vbCancel - Static variable in class jasp.vbs.vbconst
 
vbCr - Static variable in class jasp.vbs.vbconst
 
vbCrLf - Static variable in class jasp.vbs.vbconst
 
vbCritical - Static variable in class jasp.vbs.vbconst
 
vbCurrency - Static variable in class jasp.vbs.variant
Contains a currency in the range -922,337,203,685,477.5808 to 922,337,203,685,477.5807.
vbCurrency - Static variable in class jasp.vbs.vbconst
 
vbCyan - Static variable in class jasp.vbs.vbconst
 
vbDataobject - Static variable in class jasp.vbs.vbconst
 
vbDate - Static variable in class jasp.vbs.variant
Contains a number that represents a date between January 1, 100 to December 31, 9999.
vbDate - Static variable in class jasp.vbs.vbconst
 
vbDecimal - Static variable in class jasp.vbs.vbconst
 
vbDefaultbutton1 - Static variable in class jasp.vbs.vbconst
 
vbDefaultbutton2 - Static variable in class jasp.vbs.vbconst
 
vbDefaultbutton3 - Static variable in class jasp.vbs.vbconst
 
vbDefaultbutton4 - Static variable in class jasp.vbs.vbconst
 
vbDouble - Static variable in class jasp.vbs.variant
Contains a double-precision, floating-point number in the range -1.79769313486232E308 to -4.94065645841247E-324 for negative values; 4.94065645841247E-324 to 1.79769313486232E308 for positive values.
vbDouble - Static variable in class jasp.vbs.vbconst
 
vbEmpty - Static variable in class jasp.vbs.variant
Variant is uninitialized.
vbEmpty - Static variable in class jasp.vbs.vbconst
 
vbErr - exception jasp.vbs.vbErr.
Err Contains information about run-time errors.
vbErr() - Constructor for class jasp.vbs.vbErr
Constructs a vbErr object.
vbError - Static variable in class jasp.vbs.vbconst
 
vbExclamation - Static variable in class jasp.vbs.vbconst
 
vbFirstfourdays - Static variable in class jasp.vbs.vbconst
 
vbFirstfullweek - Static variable in class jasp.vbs.vbconst
 
vbFirstjan1 - Static variable in class jasp.vbs.vbconst
 
vbFormFeed - Static variable in class jasp.vbs.vbconst
 
vbFriday - Static variable in class jasp.vbs.vbconst
 
vbGeneraldate - Static variable in class jasp.vbs.vbconst
 
vbGreen - Static variable in class jasp.vbs.vbconst
 
vbIgnore - Static variable in class jasp.vbs.vbconst
 
vbInformation - Static variable in class jasp.vbs.vbconst
 
vbInteger - Static variable in class jasp.vbs.variant
Contains integer in the range -32,768 to 32,767.
vbInteger - Static variable in class jasp.vbs.vbconst
 
vbLf - Static variable in class jasp.vbs.vbconst
 
vbLong - Static variable in class jasp.vbs.variant
Contains integer in the range -2,147,483,648 to 2,147,483,647.
vbLong - Static variable in class jasp.vbs.vbconst
 
vbLongDate - Static variable in class jasp.vbs.vbconst
 
vbLongTime - Static variable in class jasp.vbs.vbconst
 
vbMagenta - Static variable in class jasp.vbs.vbconst
 
vbMonday - Static variable in class jasp.vbs.vbconst
 
vbNewLine - Static variable in class jasp.vbs.vbconst
 
vbNull - Static variable in class jasp.vbs.variant
Variant intentionally contains no valid data.
vbNull - Static variable in class jasp.vbs.vbconst
 
vbNullChar - Static variable in class jasp.vbs.vbconst
 
vbObject - Static variable in class jasp.vbs.variant
Contains an object.
vbObject - Static variable in class jasp.vbs.vbconst
 
vbObjecterror - Static variable in class jasp.vbs.vbconst
 
vbOk - Static variable in class jasp.vbs.vbconst
 
vbOkcancel - Static variable in class jasp.vbs.vbconst
 
vbOkonly - Static variable in class jasp.vbs.vbconst
 
vbQuestion - Static variable in class jasp.vbs.vbconst
 
vbRed - Static variable in class jasp.vbs.vbconst
 
vbRetry - Static variable in class jasp.vbs.vbconst
 
vbRetrycancel - Static variable in class jasp.vbs.vbconst
 
vbSaturday - Static variable in class jasp.vbs.vbconst
 
vbShortDate - Static variable in class jasp.vbs.vbconst
 
vbShortTime - Static variable in class jasp.vbs.vbconst
 
vbSingle - Static variable in class jasp.vbs.variant
Contains a single-precision, floating-point number in the range -3.402823E38 to -1.401298E-45 for negative values; 1.401298E-45 to 3.402823E38 for positive values.
vbSingle - Static variable in class jasp.vbs.vbconst
 
vbString - Static variable in class jasp.vbs.variant
Contains a variable-length string that can be up to approximately 2 billion characters in length.
vbString - Static variable in class jasp.vbs.vbconst
 
vbSunday - Static variable in class jasp.vbs.vbconst
 
vbSystemmodal - Static variable in class jasp.vbs.vbconst
 
vbTab - Static variable in class jasp.vbs.vbconst
 
vbTextcompare - Static variable in class jasp.vbs.vbconst
 
vbThursday - Static variable in class jasp.vbs.vbconst
 
vbTuesday - Static variable in class jasp.vbs.vbconst
 
vbUsesystem - Static variable in class jasp.vbs.vbconst
 
vbUsesystemdayofweek - Static variable in class jasp.vbs.vbconst
 
vbVariant - Static variable in class jasp.vbs.variant
Contains an variant (used only with arrays of Variants).
vbVariant - Static variable in class jasp.vbs.vbconst
 
vbVerticalTab - Static variable in class jasp.vbs.vbconst
 
vbWednesday - Static variable in class jasp.vbs.vbconst
 
vbWhite - Static variable in class jasp.vbs.vbconst
 
vbYellow - Static variable in class jasp.vbs.vbconst
 
vbYes - Static variable in class jasp.vbs.vbconst
 
vbYesno - Static variable in class jasp.vbs.vbconst
 
vbYesnocancel - Static variable in class jasp.vbs.vbconst
 
vbarray - class jasp.vbs.vbarray.
This class implements VBScript Array.
vbarray() - Constructor for class jasp.vbs.vbarray
Constructs a vbarray without dimension.
vbarray(int) - Constructor for class jasp.vbs.vbarray
Constructs a one-dimensional vbarray object.
vbarray(int, int) - Constructor for class jasp.vbs.vbarray
Constructs a two-dimensional vbarray object.
vbarray(int, int, int) - Constructor for class jasp.vbs.vbarray
Constructs a three-dimensional vbarray object.
vbarray(int, int, int, int) - Constructor for class jasp.vbs.vbarray
Constructs a four-dimensional vbarray object.
vbclass - class jasp.vbs.vbclass.
This class implements the VBScript Class Module, including set or get the properties of the class module, invoke the subroutine of the class module etc.
vbclass() - Constructor for class jasp.vbs.vbclass
 
vbconst - class jasp.vbs.vbconst.
 
vbconst() - Constructor for class jasp.vbs.vbconst
 
vbcurrency - class jasp.vbs.vbcurrency.
This class implements the currency data type of VBScript.
vbcurrency(double) - Constructor for class jasp.vbs.vbcurrency
Constructs a vbcurrency object and initializes it to represent the specified number.
vbcurrency(String) - Constructor for class jasp.vbs.vbcurrency
Constructs a vbcurrency object and initializes it to represent the specified string.
vbdate - class jasp.vbs.vbdate.
The class vbdate contains a number that represents a date between January 1, 100 and December 31, 9999.
vbdate(double) - Constructor for class jasp.vbs.vbdate
Constructs a vbdate object and initializes it to represent the date and time indicated by the argument datev.
vbdate(String) - Constructor for class jasp.vbs.vbdate
Constructs a vbdate object and initializes it to represent the specified date/time string.
vbdate(Date) - Constructor for class jasp.vbs.vbdate
 

W

Weekday(vbdate, double) - Static method in class jasp.vbs.vb
Returns a string indicating the specified month.
Weekday(variant) - Static method in class jasp.vbs.vb
Returns a whole number representing the day of the week.
Weekday(vbdate) - Static method in class jasp.vbs.vb
Returns a whole number representing the day of the week.
WeekdayName(double) - Static method in class jasp.vbs.vb
Returns a whole number representing the day of the week.
WeekdayName(boolean) - Static method in class jasp.vbs.vb
Returns a whole number representing the day of the week.
WeekdayName(vbdate) - Static method in class jasp.vbs.vb
Returns a whole number representing the day of the week.
WeekdayName(String) - Static method in class jasp.vbs.vb
Returns a whole number representing the day of the week.
WeekdayName(variant) - Static method in class jasp.vbs.vb
Returns a whole number representing the day of the week.
WeekdayName(double, boolean) - Static method in class jasp.vbs.vb
Returns a whole number representing the day of the week.
WeekdayName(double, boolean, double) - Static method in class jasp.vbs.vb
Returns a whole number representing the day of the week.
WeekdayName(String, boolean, double) - Static method in class jasp.vbs.vb
Returns a whole number representing the day of the week.
WeekdayName(variant, boolean, double) - Static method in class jasp.vbs.vb
Returns a whole number representing the day of the week.
WeekdayName(boolean, boolean) - Static method in class jasp.vbs.vb
Returns a whole number representing the day of the week.
Write(variant) - Static method in class jasp.buildin.Response
Writes a specified data to the current HTTP output.
Write(Object) - Static method in class jasp.buildin.Response
Writes a specified data to the current HTTP output.
Write(String) - Static method in class jasp.buildin.Response
Writes a specified data to the current HTTP output.
Write(vbdate) - Static method in class jasp.buildin.Response
Writes a specified data to the current HTTP output.
Write(vbcurrency) - Static method in class jasp.buildin.Response
Writes a specified data to the current HTTP output.
Write(Date) - Static method in class jasp.buildin.Response
Writes a specified data to the current HTTP output.
Write(int) - Static method in class jasp.buildin.Response
Writes a specified data to the current HTTP output.
Write(long) - Static method in class jasp.buildin.Response
Writes a specified data to the current HTTP output.
Write(char) - Static method in class jasp.buildin.Response
Writes a specified data to the current HTTP output.
Write(boolean) - Static method in class jasp.buildin.Response
Writes a specified data to the current HTTP output.
Write(double) - Static method in class jasp.buildin.Response
Writes a specified data to the current HTTP output.
Write(String) - Method in class jasp.io.TextStream
Writes a string to a TextStream file.
WriteBlankLines(int) - Method in class jasp.io.TextStream
Writes a specified number of newline characters to a TextStream file.
WriteLine() - Method in class jasp.io.TextStream
Writes a specified string and newline character to a TextStream file.
WriteLine(String) - Method in class jasp.io.TextStream
Writes a specified string and newline character to a TextStream file.

Y

Year(vbdate) - Static method in class jasp.vbs.vb
Returns a whole number representing the year.
Year(variant) - Static method in class jasp.vbs.vb
Returns a whole number representing the year.
Year(String) - Static method in class jasp.vbs.vb
Returns a whole number representing the year.
Year(double) - Static method in class jasp.vbs.vb
Returns a whole number representing the year.

_

_Close() - Method in class jasp.adodb.Connection
Close the Connection session with database also close any active Recordset object associated with the connection.A Command object associated with the Connection object you are closing will persist, but it will no longer be associated with a Connection object; that is, its ActiveConnection property will be set to Nothing.
_PrintErrorMessage(Exception) - Static method in class jasp.buildin.Response
Output the exception message to the browser.
_page_end() - Static method in class jasp.buildin.Response
End this page
_xResync(int) - Method in class jasp.adodb.Recordset
Refreshes the data in the current Recordset object from the underlying database.

A B C D E F G H I J K L M N O P Q R S T U V W Y _