Query.copy

Availability

Flash Player 8

Usage

myfMaster.copy()

Parameters

None.

Returns

Query object.

Description

Method. Return copy of the Query object.

Example

The following code will set the query object of fTemplate component to be the same as query object of fIndex component.

myfTemplate.query = myfIndex.query.copy();