Data.Bind.Components.TContainedBindComponent.Category
Delphi
property Category: string read FCategory write SetCategory;
C++
__property System::UnicodeString Category = {read=FCategory, write=SetCategory};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TContainedBindComponent |
説明
このコンポーネントのカテゴリを示します。
たとえば、型 TBindExpression のバインディング式 BindExpressionForm121
の場合、次のコードは:
ShowMessage(BindExpressionForm121.Category);
次のメッセージを表示します: Binding Expressions
.