Data.Bind.Components.TCustomBindGridList.AutoFill
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp | |
| Unit: Data.Bind.Components | |
| Parent: TCustomBindGridList | |
Delphi
property AutoFill: Boolean read FAutoFill write SetAutoFill default True;
C++
__property bool AutoFill = {read=FAutoFill, write=SetAutoFill, default=1};
Description
Specifies whether the control component is automatically filled with the data returned from the source component. By default, AutoFill is set to True.