Data.Bind.Components.TLinkPropertyToFieldDelegate.ComponentProperty

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ComponentProperty: string read FComponentProperty write SetComponentProperty;

C++

__property System::UnicodeString ComponentProperty = {read=FComponentProperty, write=SetComponentProperty};

Properties

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

Description

Specifies the name of the property of the component that this wrapping binding component references.

See Also