Data.Bind.Components.TLinkFillControlToField.FillBreakCustomFormat

提供: RAD Studio API Documentation
2013年1月15日 (火) 00:17時点におけるBuildBot (トーク | 投稿記録)による版 (ページの作成:「{{#lst:API:Data.Bind.Components.TLinkFillControlToField.FillBreakCustomFormat|api}} ==説明== {{#lsth:API:Data.Bind.Components.TLinkFillControlToField.FillBreakCustomF...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

property FillBreakCustomFormat: string read FFillBreakCustomFormat write SetFillBreakCustomFormat default 0;

C++

__property FillBreakCustomFormat = {default=0};

プロパティ

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

説明

FillBreakFieldName によって定義されているフィールドと共に使用される、カスタム式を示します。

Data.Bind.Components.TLinkFillControlToField.FillBreakCustomFormat は Data.Bind.Components.TCustomLinkFillControlToField.FillBreakCustomFormat を継承しています。以下の内容はすべて Data.Bind.Components.TCustomLinkFillControlToField.FillBreakCustomFormat を参照しています。

FillBreakFieldName によって定義されているフィールドと共に使用される、カスタム式を示します。たとえば、式 StrCopy(%s, 0, 1); は、フィールドの最初の文字が異なった場合に、ブレークを発生させます。このプロパティは任意です。

関連項目