Web.DBWeb.THTTPDataLink.LayoutChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure LayoutChanged; override;

C++

virtual void __fastcall LayoutChanged();

Properties

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

Description

Informs TDSTableProducer of changes in the layout of columns at design time.

Applications cannot call the LayoutChanged method directly. LayoutChanged is triggered automatically by changes to the layout of columns at design time. LayoutChanged instructs the TDSTableProducer object to recompute the layout for the table.

See Also