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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!