Data.Bind.Components.TCustomBindList.AutoFill

From RAD Studio API Documentation
Jump to: navigation, search

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

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. AutoFill is set to True.

See Also