Data.DB.TDefCollection.Update
Delphi
procedure Update(AItem: TCollectionItem); override;
C++
virtual void __fastcall Update(System::Classes::TCollectionItem* AItem);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
protected | Data.DB.pas Data.DB.hpp |
Data.DB | TDefCollection |
Description
Updates the collection to reflect changes to its items.
The Update method is used to update the collection to reflect changes to its items. The Item parameter identifies the item that changed. If the Item parameter is nil (Delphi) or NULL (C++), then the change affects more than one item in the collection.