Previous Topic: bool AddPackage(CaPackage *pPackage)

Next Topic: CaPackageList& GetPackageList()


bool RemovePackage(CaPackage& rPackage)

Removes a package from this form.

Owning Class

CaForm

Arguments

CaPackage& of package to remove

Return Value

True if success, false if fail

Exceptions

Throws CaException on error.

Example

bool bResult = Form.RemovePackage(rPackage);

More information: