Data.Bind.Components.IBindListEditorCommon
[–] Properties | |
---|---|
Type: interface class
| |
Visibility: public | |
Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
Unit: Data.Bind.Components | |
Parent: Data.Bind.Components |
Delphi
IBindListEditorCommon = interface
C++
__interface INTERFACE_UUID("{87465AA0-608E-4CA4-BE36-B808B3895486}") IBindListEditorCommon : public System::IInterface
Description
This interface is implemented by the editor of a list control. Binding components use this interface to retrieve information about the state of the list control, such as the selected text and item count.