Data.Bind.Components._di_IBindListVirtualEditor

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<IBindListVirtualEditor> _di_IBindListVirtualEditor;

Properties

Type Visibility Source Unit Parent
typedef public Data.Bind.Components.hpp Data.Bind.Components Data.Bind.Components

Description

Represents the IBindListVirtualEditor Delphi interface for C++Builder usage.

_di_IBindListVirtualEditor is a C++Builder type that refers a binding list editor (IBindListVirtualEditor) that is based on a common binding list editor functionality set (IBindListEditorCommon). IBindListEditorCommon provides an interface for editing a virtual list control. A virtual list control demands list values as needed, for example when the control is painted. FireMonkey TGrid is an example of a virtual list control.

See Also