Vcl.DBCtrls.TFieldDataLink.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TFieldDataLink(void);

Properties

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

Description

Creates an instance of TFieldDataLink.

Applications should never need to create a TFieldDataLink component. Component writers will need to instantiate a TFieldDataLink object from the constructor of data-aware controls. To do so, use the new keyword, which returns an indirect reference to the new TFieldDataLink object.

See Also