API:Data.Bind.Components.TCustomBindGridListLink.ResetList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetList; override;

C++

virtual void __fastcall ResetList();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridListLink

Description

Refills the list if the expressions are active and the AutoFill property is set to True.

Data.Bind.Components.TCustomBindGridListLink.ResetList inherits from Data.Bind.Components.TCustomBindGridList.ResetList. All content below this line refers to Data.Bind.Components.TCustomBindGridList.ResetList.

Refills the list if the expressions are active and the AutoFill property is set to True.

See Also