API:Data.Bind.Components.TBindGridList.AutoFill
Delphi
property AutoFill: Boolean read FAutoFill write SetAutoFill default 1;
C++
__property AutoFill = {default=1};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
property | published | Data.Bind.Components.pas Data.Bind.Components.hpp |
Data.Bind.Components | TBindGridList |
説明
コントロール コンポーネントを、ソース コンポーネントから返されたデータで自動的に設定するかどうかを示します。
Data.Bind.Components.TBindGridList.AutoFill は Data.Bind.Components.TCustomBindGridList.AutoFill を継承しています。以下の内容はすべて Data.Bind.Components.TCustomBindGridList.AutoFill を参照しています。
コントロール コンポーネントを、ソース コンポーネントから返されたデータで自動的に設定するかどうかを示します。 デフォルトでは、AutoFill は、True に設定されています。