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