API: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 tag attributes object back to their initial settings.

Web.HTTPProd.THTMLTableAttributes.RestoreDefaults inherits from Web.HTTPProd.THTMLTagAttributes.RestoreDefaults. All content below this line refers to Web.HTTPProd.THTMLTagAttributes.RestoreDefaults.

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

Call RestoreDefaults to undo any changes that were made to the tag attributes either programmatically, or at design time. RestoreAttributes sets the Custom property to an empty string.

See Also