FMX.ActnList.TActionLink.CaptionLinked

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property CaptionLinked: Boolean read IsCaptionLinked;

C++

__property bool CaptionLinked = {read=IsCaptionLinked, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
FMX.ActnList.pas
FMX.ActnList.hpp
FMX.ActnList TActionLink


Description

Détermine si une valeur de la propriété Caption de l'action assignée à la liaison d'action doit être distribuée à la propriété Caption du client de la liaison d'action.

Telle qu'implémentée dans TActionLink, CaptionLinked renvoie True si une action associée et un client lié prennent en charge Caption.

Voir aussi