Data.Bind.Components.TCustomBindList.FormatExpressions

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

Delphi

property FormatExpressions: TExpressions read FFormatExpressions write SetFormatExpressions;

C++

__property TExpressions* FormatExpressions = {read=FFormatExpressions, write=SetFormatExpressions};

プロパティ

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

説明

複数のコントロールとソース式を、それぞれに適した形式を使用して、一度に編集する手段を提供します。

LBFmtExpressions.png

関連項目