Data.Bind.Components.IBindListItemIndexEditor

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

IBindListItemIndexEditor = interface

C++

__interface  INTERFACE_UUID("{A3EBD46C-A2F7-45A2-87FA-8E1CCE9C7601}") IBindListItemIndexEditor  : public System::IInterface

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