Web.HTTPProd.THTMLTableHeaderAttributes.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 THTMLTableHeaderAttributes

Description

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

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

Align to haDefault, and VAlign to haVDefault.

BgColor to an empty string.

Caption to an empty string.

Custom to an empty string.

See Also