Data.Bind.Components.IBindListLookupEditor
| [–] Properties | |
|---|---|
| Type: interface class
| |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: Data.Bind.Components | |
Delphi
IBindListLookupEditor = interface(IBindListEditor)
C++
__interface INTERFACE_UUID("{A70B5726-FF2F-4E6E-A99C-72C73FCF0168}") IBindListLookupEditor : public IBindListEditor
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.