Data.Bind.Components.IBindListEditor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindListEditor = interface(IBindListEditorCommon)

C++

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

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. 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