Data.Bind.Components.TLinkPropertyToFieldDelegate.SetComponentProperty

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

procedure SetComponentProperty(const Value: string);

C++

void __fastcall SetComponentProperty(const System::UnicodeString Value);

Description

Protected setter implementation for the ComponentProperty property.

See Also