Data.Bind.Components.TBindCompDesignExpression.CollectionName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CollectionName: string read FCollectionName;

C++

__property System::UnicodeString CollectionName = {read=FCollectionName};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindCompDesignExpression

Description

The name of the collection of binding expressions (for instance, Format).

See Also