Web.DBWeb.THTMLTableColumns.Add

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function  Add: THTMLTableColumn;

C++

HIDESBASE THTMLTableColumn* __fastcall Add();

Properties

Type Visibility Source Unit Parent
function public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb THTMLTableColumns

Description

Adds a new column descriptor to the end of the Items array.

Call Add to add a column descriptor to the collection of columns shown in the HTML table generated by TDSTableProducer. Applications should only call Add when the value of the State property is csCustom.

See Also