FireDAC.Comp.BatchMove.TFDBatchMoveMappings Properties
InheritedProtected
| BatchMove | public | Batch move object that is the owner of your mapping object. |
| Capacity | public | Provides access to the internal TList.Capacity property. |
| Count | public | Returns the number of items in the collection. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| ItemClass | public | Indicates the class to which the collection's items belong. |
| Items | public | Array of items of your mapping object. |
| KeyFields | public | Semicolon-separated list of names of destination fields that are part of the primery key. |
| KeyValues | public | Variant array that contains the values of the destination fields that are part of the primary key. |
| NextID | protected | Specifies a unique ID that can be assigned to the next added collection item. |
| PropName | protected | Specifies the name of the property that the collection implements. |
| UpdateCount | protected | Counts the number of times BeginUpdate was called without a corresponding call to EndUpdate. |