FireDAC.Comp.BatchMove.TFDBatchMoveMappings.IndexOfName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: TFDBatchMoveMappings

Delphi

function IndexOfName(const AName: String): Integer;

C++

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

Description

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

See Also