Web.HTTPProd.THTMLTableAttributes.RestoreDefaults

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RestoreDefaults; override;

C++

virtual void __fastcall RestoreDefaults();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Web.HTTPProd.pas
Web.HTTPProd.hpp
Web.HTTPProd THTMLTableAttributes

Description

Changes all properties of the table attributes object back to their initial settings.

Call RestoreDefaults to undo any changes that were made to the table attributes either programmatically, or using the response editor at design time. RestoreAttributes sets

Align to haDefault. (Delphi) or haDefault; (C++)

Border, CellPadding, and CellSpacing to –1. (Delphi) or -1; (C++)

Custom to an empty string.

Width to 100. (Delphi) or 100; (C++)

See Also