System.Actions.TContainedAction.Caption

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Caption: string read FCaption write SetCaption;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Actions.pas
System.Actions.hpp
System.Actions TContainedAction


Description

Représente le libellé de l'action.

Caption maintient la chaîne utilisée en tant que libellé de l'action, quand elle est définie. La valeur de Caption est propagée vers les clients de l'action.

Voir aussi