API:Data.Bind.Components.TBindListLink.AutoFill

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AutoFill: Boolean read FAutoFill write SetAutoFill default 1;

C++

__property AutoFill = {default=1};

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TBindListLink

Description

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

Data.Bind.Components.TBindListLink.AutoFill inherits from Data.Bind.Components.TCustomBindList.AutoFill. All content below this line refers to Data.Bind.Components.TCustomBindList.AutoFill.

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

See Also