Data.Bind.Components.TColumnLinkExpressionItem.FormatCellExpressions

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

Delphi

property FormatCellExpressions: TExpressions read FFormatCellExpressions write SetFormatCellExpressions;

C++

__property TExpressions* FormatCellExpressions = {read=FFormatCellExpressions, write=SetFormatCellExpressions};

プロパティ

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

説明

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

関連項目