Web.DBWeb.THTMLTableColumn.FieldName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FieldName: string read FFieldName write SetFieldName;

C++

__property System::UnicodeString FieldName = {read=FFieldName, write=SetFieldName};

Properties

Type Visibility Source Unit Parent
property published
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTMLTableColumn

Description

Specifies the name of the field to which the column is bound.

Set FieldName to specify the field binding for the column in the HTML table. FieldName identifies a particular field component in the dataset of the TDSTableProducer object that uses this THTMLTableColumn object.

Setting FieldName automatically updates the Field property.

See Also