Data.Bind.Components.GetBindCompDesigner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBindCompDesigner(AClass: TContainedBindCompClass): IBindCompDesigner;

C++

extern DELPHI_PACKAGE _di_IBindCompDesigner __fastcall GetBindCompDesigner(TContainedBindCompClass AClass);

Properties

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

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