Data.Bind.Components.TContainedBindComponent.Category

提供: RAD Studio API Documentation
移動先: 案内検索

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.

関連項目