HSDK Class Descriptions › CaForm › bool RemovePackage(CaPackage& rPackage)
Removes a package from this form.
CaForm
CaPackage& of package to remove
True if success, false if fail
Throws CaException on error.
Example
bool bResult = Form.RemovePackage(rPackage);
More information: