Flash Player 8
myfMaster.copy()
Query object.
Method. Return copy of the Query object.
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();