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