Data.Bind.Components.IBindListLookupEditor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindListLookupEditor = interface(IBindListEditor)

C++

__interface  INTERFACE_UUID("{A70B5726-FF2F-4E6E-A99C-72C73FCF0168}") IBindListLookupEditor  : public IBindListEditor

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 that can support lookups. Binding components use this interface to set and get lookup values associated with a list item.

See Also