Data.Bind.Components.TBindGridList.AutoFill

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TBindGridList

Delphi

property AutoFill;

C++

__property AutoFill = {default=1};

Description

Specifies whether the control component is automatically filled with the data returned from the source component.

Data.Bind.Components.TBindGridList.AutoFill inherits from Data.Bind.Components.TCustomBindGridList.AutoFill. All content below this line refers to Data.Bind.Components.TCustomBindGridList.AutoFill.

Specifies whether the control component is automatically filled with the data returned from the source component. By default, AutoFill is set to True.

See Also