Data.Bind.Components.RegisterBoundComponents

From RAD Studio API Documentation

[–] 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 RegisterBoundComponents(const AClasses: array of TComponentClass; AFlags: TBoundComponentOptions);

C++

extern DELPHI_PACKAGE void __fastcall RegisterBoundComponents(System::Classes::TComponentClass const *AClasses, const System::NativeInt AClasses_High, TBoundComponentOptions AFlags);

Description

Registers whether the Object Inspector should display a LiveBindings property for a specific object type.

RegisterBoundComponents registers whether the Object Inspector should display a LiveBindings property for a specific object type.

See Also