FireDAC.Comp.BatchMove.TFDBatchMoveMappings.operator []

From RAD Studio API Documentation
Jump to: navigation, search


C++

TFDBatchMoveMappingItem* operator[](int Index) { return this->Items[Index]; }

Properties

Type Visibility Source Unit Parent
function public FireDAC.Comp.BatchMove.hpp FireDAC.Comp.BatchMove TFDBatchMoveMappings

Description

Provides access by index to the items of your mapping object.

See Also