Sets the document "Category" property.
XFRX#INIT::setCategory(tcvalue) XFRX#LISTENER::setCategory(tcvalue)
Parameters
tcvalue
Document category.
Examples
LOCAL m.lnErr m.loXFRX=EVALUATE([xfrx("XFRX#INIT")]) m.lnErr=m.loXFRX.SetParams("some.pdf",,,,.T.,,"PDF") m.loXFRX.setCategory("invoice") IF m.lnErr=0 ENDIF