Bde.DBTables.TBDEDataSet.MapsToIndex
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 */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Bde.DBTables.pas Bde.DBTables.hpp |
Bde.DBTables | TBDEDataSet |
Description
Embarcadero Technologies does not currently have any additional information.