Data.Bind.Components.IScopeRecordEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IScopeRecordEnumerator = interface

C++

__interface  INTERFACE_UUID("{6C93BB29-D210-43E9-9850-0C22EDD0F9B2}") IScopeRecordEnumerator  : 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 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