Web.DBWeb.THTMLTableColumns.RestoreDefaults

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RestoreDefaults;

C++

void __fastcall RestoreDefaults();

Properties

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

Description

Restores the default properties of every column in the Items property array.

At design time, RestoreDefaults is called when the Restore defaults button is pressed in the Response editor.

See Also