RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTTPDataLink.DefaultFields Property

Indicates whether the associated table producer uses dynamically generated field components.

Pascal
property DefaultFields: Boolean;
C++
__property Boolean DefaultFields;

Read DefaultFields to determine whether the image of the table will display dynamically generated field components or persistent field components. If DefaultFields is true, the fields in the image of the table will represent dynamically allocated field components. If DefaultFields is false, the image will be built from persistent field components.  

If the image of the datasource is built from persistent field components, it may not show all of the fields that are present in the underlying database table. 

 

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