Data.Bind.Components.IBindListRefreshing

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

IBindListRefreshing = interface

C++

__interface  INTERFACE_UUID("{1B1D65B7-EB88-4D81-A1B4-D706DCE4C05C}") IBindListRefreshing  : public System::IInterface

Description

This interface is implemented by binding components. It is used by a data source to manage the refresh of controls that display the data source data.

See Also