Data.Bind.Components.GetBoundComponentOptions

From RAD Studio API Documentation
Revision as of 07:30, 8 June 2015 by AChavesBot (talk | contribs) (RS-63790)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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