GoTop Method

Skip to first page.


Object.GoTop()

Remarks

Applies To: XFRX#DRAW, XFRX#XML

Examples

LOCAL m.loXFF, m.lnRetVal
m.loXFF = xfrx("XFRX#DRAW")
IF m.loXFF.openDocument("output.xff")
   m.loXFF.GoTop()
ENDIF