RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFieldDataLink.Create Constructor

Creates an instance of TFieldDataLink.

Pascal
constructor Create;
C++
__fastcall 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. 

 

Destroy

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!