Bde.DBTables.TBDEDataSet.MapsToIndex

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: TBDEDataSet

Delphi

function MapsToIndex(Fields: TList<TField>; CaseInsensitive: Boolean): Boolean; overload;
function MapsToIndex(Fields: TList; CaseInsensitive: Boolean): Boolean; overload; deprecated 'Use overloaded method instead';

C++

bool __fastcall MapsToIndex(System::Generics::Collections::TList__1<Data::Db::TField*>* Fields, bool CaseInsensitive)/* overload */;
bool __fastcall MapsToIndex _DEPRECATED_ATTRIBUTE1("Use overloaded method instead") (System::Classes::TList* Fields, bool CaseInsensitive)/* overload */;

Description

Embarcadero Technologies does not currently have any additional information.