Data.Bind.Components.IBindListRefresh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindListRefresh = interface

C++

__interface  INTERFACE_UUID("{89D41A89-AA65-4177-A3D3-373E1430EF35}") IBindListRefresh  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

This interface is implemented by binding components. It is used by a data source to inform a binding component when controls displaying the data source data need to be refreshed.

See Also