Data.Bind.Components.RegisterBindCompDesigner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RegisterBindCompDesigner(AClass: TContainedBindCompClass; ADesigner: IBindCompDesigner);

C++

extern DELPHI_PACKAGE void __fastcall RegisterBindCompDesigner(TContainedBindCompClass AClass, _di_IBindCompDesigner ADesigner);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components Data.Bind.Components

Description

Used internally at design time to register a designer for a binding component.

The RegisterBindCompDesigner method is used internally at design time to register a designer for a binding component. The designer is used by the expression editor to manage the binding expressions associated with a binding component.

See Also