Vcl.Ribbon.TQuickAccessToolbarGroups.Exists

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Exists(const ACaption: string): Boolean;

C++

bool __fastcall Exists(const System::UnicodeString ACaption);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TQuickAccessToolbarGroups


Beschreibung

Gibt an, ob eine bestimmte Gruppe vorhanden ist.

Exists gibt True zurück, wenn die Gruppe mit einem bestimmten Titel bereits vorhanden ist, ansonten False.

Siehe auch