Data.Bind.Components.TContainedBindComponent.Category
Delphi
property Category: string read FCategory write SetCategory;
C++
__property System::UnicodeString Category = {read=FCategory, write=SetCategory};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | published | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TContainedBindComponent |
Description
Spécifie une catégorie pour ce composant.
Par exemple, pour une expression de liaison nommée BindExpressionForm121
, du type TBindExpression, le code suivant :
ShowMessage(BindExpressionForm121.Category);
affiche le message : Binding Expressions
.