Data.Bind.Components.GetBindCompDesigner

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

function GetBindCompDesigner(AClass: TContainedBindCompClass): IBindCompDesigner;

C++

extern DELPHI_PACKAGE _di_IBindCompDesigner __fastcall GetBindCompDesigner(TContainedBindCompClass AClass);

Description

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

GetBindCompDesigner is used internally at design time to get 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