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 format