Vcl.DBCtrls.TFieldDataLink.Control

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Control: TComponent read FControl write FControl;

C++

__property System::Classes::TComponent* Control = {read=FControl, write=FControl};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DBCtrls.pas
Vcl.DBCtrls.hpp
Vcl.DBCtrls TFieldDataLink

Description

Specifies the data-aware component that uses this TFieldDataLink object to manage its link to a TField object.

This property should only be set by components that use TFieldDataLink to manage the link to a TField object. In their own constructors, these data-aware components can set the Control property of their TFieldDataLink member to self (Delphi) or this (C++), after calling the TFieldDataLink constructor.

The Control property can be read to access methods of the component when processing data events.

See Also