Vcl.CmAdmCtl.TCOMAdminCatalogCollection.Remove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Remove(lIndex: Integer);

C++

HIDESBASE void __fastcall Remove(int lIndex);

Properties

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

Description

Removes an item from the collection

Remove deletes an item from the collection given its index, and re-indexes the items with higher indices. These changes are not reflected on the COM+ catalog data store until you call SaveChanges.

See Also