Data.Bind.Components.GetBoundComponentOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetBoundComponentOptions(const AClass: TComponentClass): TBoundComponentOptions;

C++

extern DELPHI_PACKAGE TBoundComponentOptions __fastcall GetBoundComponentOptions(const System::Classes::TComponentClass 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 determine whether the Object Inspector should display a LiveBindings property for a particular component type.

The GetBoundComponentOptions method is used internally at design time to determine whether the Object Inspector should display a LiveBindings property for a particular component type.

See Also