Web.DBWeb.THTMLTableColumn

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionItemSystem.Classes.TPersistentSystem.TObjectTHTMLTableColumn

Delphi

THTMLTableColumn = class(TCollectionItem)

C++

class PASCALIMPLEMENTATION THTMLTableColumn : public System::Classes::TCollectionItem

Properties

Type Visibility Source Unit Parent
class public
Web.DBWeb.pas
Web.DBWeb.hpp
Web.DBWeb Web.DBWeb

Description

THTMLTableColumn represents the display attributes and field binding of a column in the HTML representation of a dataset. Use THTMLTableColumn to specify the appearance or value of a column in a table produced by TDSTableProducer. Applications can set the properties of the columns programmatically at run time, or use the Columns editor at design time.

See Also