API:FireDAC.Comp.DataSet.TFDIndexes.FindIndexForFields
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
| Unit: FireDAC.Comp.DataSet | |
| Parent: TFDIndexes | |
Delphi
function FindIndexForFields(const AFields: String;
ARequiredOptions: TFDSortOptions = [];
AProhibitedOptions: TFDSortOptions = []): TFDIndex;
C++
TFDIndex* __fastcall FindIndexForFields(const System::UnicodeString AFields, Firedac::Stan::Intf::TFDSortOptions ARequiredOptions = Firedac::Stan::Intf::TFDSortOptions() , Firedac::Stan::Intf::TFDSortOptions AProhibitedOptions = Firedac::Stan::Intf::TFDSortOptions() );
Description
Embarcadero Technologies does not currently have any additional information.