Data.Bind.Components.TContainedBindComponent.Category
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: TContainedBindComponent |
Delphi
property Category: string read FCategory write SetCategory;
C++
__property System::UnicodeString Category = {read=FCategory, write=SetCategory};
Description
Specifies a category for this component.
For example, for a binding expression called BindExpressionForm121
, of type TBindExpression, the following code:
ShowMessage(BindExpressionForm121.Category);
shows the following message: Binding Expressions
.