Data.Bind.Components.TCustomBindGridListLink.ResetList

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCustomBindGridListLink

Delphi

procedure ResetList; override;

C++

virtual void __fastcall ResetList();

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