Data.Bind.Components.IBindListItemIndexEditor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindListItemIndexEditor = interface

C++

__interface  INTERFACE_UUID("{A3EBD46C-A2F7-45A2-87FA-8E1CCE9C7601}") IBindListItemIndexEditor  : 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 the editor of a list control to support the expression: ListItemIndex(Self). Binding components use this interface to set and get the item index.

See Also