Data.Bind.Components.IBindCompDesigner

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

IBindCompDesigner = interface

C++

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

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