Data.Bind.Components.TCustomBindScope.Component

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Component: TComponent read FComponent write SetComponent;

C++

__property System::Classes::TComponent* Component = {read=FComponent, write=SetComponent};

Properties

Type Visibility Source Unit Parent
property public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindScope

Description

Specifies the component that will be referenced by binding expressions.

See Also