Previous Topic: bool RemovePackage(CaPackage& rPackage)

Next Topic: CaPackageList& GetNotInPackageList()


CaPackageList& GetPackageList()

Retrieves package list associated with form.

Owning Class

CaForm

Return Value

Returns a reference to a package list

Exceptions

Throws CaException on error.

Example

CaPackageList& List = Form.GetPackageList();

More information: