FireDAC.Comp.BatchMove.TFDBatchMoveMappings.IndexOfName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function IndexOfName(const AName: String): Integer;

C++

int __fastcall IndexOfName(const System::UnicodeString AName);

Properties

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

Description

Returns the position of an item in the Items property given the destination field name of that item.

See Also