Data.Bind.Components.TContainedBindComponent.Category

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Category: string read FCategory write SetCategory;

C++

__property System::UnicodeString Category = {read=FCategory, write=SetCategory};

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TContainedBindComponent

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.

See Also