API:FMX.ActnList.TShortCutList.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public FMX.ActnList.hpp FMX.ActnList TShortCutList

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.