DesignIntf.IProperty.Revert

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: IProperty

Delphi

procedure Revert;

C++

virtual void __fastcall Revert() = 0 ;

Description

Restores all object properties to their original values.

Call Revert to restore the original property values that each of the edited objects had before the user began making modification with the Object Inspector. Revert may not work if GetAttributes returns paAutoUpdate.

See Also