Data.Bind.Components.GetBoundComponentOptions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: Data.Bind.Components

Delphi

function GetBoundComponentOptions(const AClass: TComponentClass): TBoundComponentOptions;

C++

extern DELPHI_PACKAGE TBoundComponentOptions __fastcall GetBoundComponentOptions(const System::Classes::TComponentClass AClass);

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