Web.DBWeb.THTMLTableColumns.Update

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Update(Item: TCollectionItem); override;

C++

virtual void __fastcall Update(System::Classes::TCollectionItem* Item);

Properties

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

Description

Updates the table columns collection to reflect changes to its items.

The Update method updates the table columns collection to reflect any necessary changes when the items change. The Item parameter specifies which item changed.

See also