Data.Bind.Components.RegisterBindComponents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RegisterBindComponents(const CategoryName: string; const AClasses: array of TContainedBindCompClass);

C++

extern DELPHI_PACKAGE void __fastcall RegisterBindComponents(const System::UnicodeString CategoryName, TContainedBindCompClass const *AClasses, const int AClasses_High);

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 at design time to register binding components, which can be added to a TBindingsList.

RegisterBindComponents method is used at design time to register binding components, which can be added to a TBindingsList. RegisterBindComponents is used to register binding components such as TBindExpression, TBindExprItems, TBindList, and so on. It can be used to register custom binding components.

See Also