Data.Bind.Components.TCustomBindGridLink.AutoFill

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property AutoFill: Boolean read FAutoFill write SetAutoFill default True;

C++

__property bool AutoFill = {read=FAutoFill, write=SetAutoFill, default=1};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridLink


Beschreibung

Gibt an, ob die Steuerkomponente automatisch mit den von der Quellkomponente zurückgegebenen Daten gefüllt wird. Standardmäßig ist AutoFill auf True gesetzt.

Siehe auch