Vcl.CategoryButtons.TBaseItem.Caption

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Caption: string read FCaption write SetCaption stored IsCaptionStored;

C++

__property System::UnicodeString Caption = {read=FCaption, write=SetCaption, stored=IsCaptionStored};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.CategoryButtons.pas
Vcl.CategoryButtons.hpp
Vcl.CategoryButtons TBaseItem

Beschreibung

Gibt die Beschriftung für den aktuellen Eintrag an.

Codebeispiele