FireDAC.Stan.Intf.TFDStringList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

/* TStringList.Create */ inline __fastcall TFDStringList()/* overload */ : System::Classes::TStringList() { }
/* TStringList.Create */ inline __fastcall TFDStringList(bool OwnsObjects)/* overload */ : System::Classes::TStringList(OwnsObjects) { }
/* TStringList.Create */ inline __fastcall TFDStringList(System::WideChar QuoteChar, System::WideChar Delimiter)/* overload */ : System::Classes::TStringList(QuoteChar, Delimiter) { }
/* TStringList.Create */ inline __fastcall TFDStringList(System::WideChar QuoteChar, System::WideChar Delimiter, System::Classes::TStringsOptions Options)/* overload */ : System::Classes::TStringList(QuoteChar, Delimiter, Options) { }
/* TStringList.Create */ inline __fastcall TFDStringList(System::Types::TDuplicates Duplicates, bool Sorted, bool CaseSensitive)/* overload */ : System::Classes::TStringList(Duplicates, Sorted, CaseSensitive) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public FireDAC.Stan.Intf.hpp FireDAC.Stan.Intf TFDStringList

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.