FireDAC.Comp.BatchMove.TFDBatchMoveMappings.Items

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Items[Index: Integer]: TFDBatchMoveMappingItem read GetItem write SetItem; default;

C++

__property TFDBatchMoveMappingItem* Items[int Index] = {read=GetItem, write=SetItem/*, default*/};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMoveMappings


Beschreibung

Array mit Einträgen Ihres Zuordnungsobjekts.

Mit IndexOfName können Sie die Position eines Eintrags in der Eigenschaft Items anhand des Namens des Zielfeldes dieses Eintrags suchen.

In C++ können Sie auf die Einträge einer Instanz von TFDBatchMoveMappings mit dem Operator [] zugreifen.

Siehe auch