Data.Bind.Components.IBindListEditor

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

IBindListEditor = interface(IBindListEditorCommon)

C++

__interface  INTERFACE_UUID("{C0D3125F-F9E8-4EAE-98CB-AC16D0E7B075}") IBindListEditor  : public IBindListEditorCommon

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.

See Also