Data.Bind.Components.RegisterBindComponents
| [–] Properties | |
|---|---|
| Type: procedure function
| |
| Visibility: public | |
| Source: Data.Bind.Components.pas Data.Bind.Components.hpp
| |
| Unit: Data.Bind.Components | |
| Parent: Data.Bind.Components | |
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 System::NativeInt AClasses_High);
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.