Data.Bind.Components.TCustomBindList.AutoFill

From RAD Studio API Documentation
Jump to: navigation, search

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 TCustomBindList

Description

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

See Also