API:FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem

[–] Properties | |
---|---|
Type: class | |
Visibility: public | |
Source: FireDAC.Comp.BatchMove.pas FireDAC.Comp.BatchMove.hpp
| |
Unit: FireDAC.Comp.BatchMove | |
Parent: FireDAC.Comp.BatchMove |
Delphi
TFDBatchMoveMappingItem = class(TCollectionItem)
C++
class PASCALIMPLEMENTATION TFDBatchMoveMappingItem : public System::Classes::TCollectionItem
Description
TCollectionItem represents an item in a collection.
FireDAC.Comp.BatchMove.TFDBatchMoveMappingItem inherits from System.Classes.TCollectionItem. All content below this line refers to System.Classes.TCollectionItem.
TCollectionItem represents an item in a collection.
A TCollection holds a group of TCollectionItem objects. TCollectionItems are created and destroyed by TCollection's Add and Clear methods. Each TCollectionItem has a Collection property that points to the TCollection object to which the item belongs.
Objects descending from TCollection can contain objects descending from TCollectionItem. For example, a TDBGridColumns object contains TColumn objects; these two classes are used by TDBGrid to represent grid columns.