Data.Bind.Components.TCustomBindGridLink.ColumnExpressions

提供:RAD Studio API Documentation

Delphi

property ColumnExpressions: TColumnLinkExpressions read FColumnExpressions write SetColumnExpressions;

C++

__property TColumnLinkExpressions* ColumnExpressions = {read=FColumnExpressions, write=SetColumnExpressions};

プロパティ

種類 可視性 ソース ユニット
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridLink

説明

列アイテムのコレクションを示します。 各列アイテムには、グリッド列を整形するためのバインディング式が入っています。

関連項目