Web.DBWeb.THTMLTableColumn.Update

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Update;

C++

void __fastcall Update();

Properties

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

Description

Ensures that the Field property reflects the underlying dataset.

Call Update to ensure that the Field property reflects any changes to the fields in the underlying dataset.

See Also