RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
THTMLTableElementAttributes.RestoreDefaults Method

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

Pascal
procedure RestoreDefaults; override;
C++
virtual __fastcall RestoreDefaults();

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. 

Custom to an empty string. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!