QuickPads Property

image\btn_example.gif

image\validfor_amv.gif

Applies To Objects

Session

Description

Returns the QuickPads collection containing the individual QuickPad objects that are currently available to a session. Read-only.

Syntax

Set rc = object.QuickPads

Element

Description

Set

The Set statement, required for assigning an object reference to a variable.

rc

The object variable for referencing the returned object.

object

The Session object.

Comments

This collection consists of all of the QuickPads that are in the local and remote paths. If no QuickPads are available, the object is still returned, but its Count property is 0.

Once the QuickPads collection object is returned, you can access a specific QuickPad object. You can do this by using the Item method of the QuickPads collection object. For example, the following compound statement returns a reference to a QuickPad object.

Set StandardQP = Extra.QuickPads.Items(1)

If the returned QuickPad is not visible, set its Visible property to TRUE.