API:System.Actions.TCustomShortCutList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public System.Actions.hpp System.Actions TCustomShortCutList

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.