Web.DBWeb.THTTPDataLink.DefaultFields

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DefaultFields: Boolean read GetDefaultFields;

C++

__property bool DefaultFields = {read=GetDefaultFields, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTTPDataLink

Description

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

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.

See Also