Vcl.CmAdmCtl.TCOMAdminCatalogCollection.SaveChanges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  SaveChanges: Integer;

C++

int __fastcall SaveChanges();

Properties

Type Visibility Source Unit Parent
function public
Vcl.CmAdmCtl.pas
Vcl.CmAdmCtl.hpp
Vcl.CmAdmCtl TCOMAdminCatalogCollection

Description

Commits any changes to the collection by writing them to the COM+ catalog.

Call SaveChanges to save all pending changes made to the collection and the items it contains to the COM+ catalog data store. SaveChanges returns the number of changes written to the COM+ catalog.

See Also