RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IRestoreDefaults Interface

IRestoreDefaults enables the Web Page editor to restore a Web item to a default state.

Pascal
IRestoreDefaults = interface;
C++
__interface IRestoreDefaults;

Implement IRestoreDefaults to allow the Web Page editor to restore a Web item to its default state. When a Web item implements IRestoreDefaults, the Web Page editor enables the Restore Defaults command when that item is selected. 

IRestoreDefaults defines a single method, RestoreDefaults, which is called when a user chooses the Restore Defaults command in the Web Page editor. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!