Data.Bind.Components.IBindCompDesigner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IBindCompDesigner = interface

C++

__interface  INTERFACE_UUID("{45B5E422-5908-4C9E-8073-361A7954F209}") IBindCompDesigner  : public System::IInterface

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 used at design time to display and modify the expressions of a binding component. The RegisterBindCompDesigner method is used to register an implementation of this interface for a particular binding component class.

See Also