Data.Bind.Components.RegisterBoundComponents

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RegisterBoundComponents(const AClasses: array of TComponentClass; AFlags: TBoundComponentOptions);

C++

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

Properties

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

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