Data.Bind.Components.IScopeRecordEnumerator

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

IScopeRecordEnumerator = interface

C++

__interface  INTERFACE_UUID("{6C93BB29-D210-43E9-9850-0C22EDD0F9B2}") IScopeRecordEnumerator  : public System::IInterface

Description

This is the abstraction of a data source enumerator. Binding components use this interface to enumerate the records in the data source when filling a list or grid control.

See Also