Description
Removes all the actions associated with the current object.
Applies to
Syntax
long RemoveAllAction()
Return value
Long. Returns 1 if it succeeds. If an error occurs, returns the Error Codes. Otherwise, returns null.
Examples
The following example removes all the actions that are associated with the PDFFormFieldPushButton object lpdf_pushbutton.
long ll_return ll_return = lpdf_pushbutton.removeallaction()
See also