DesignIntf.IProperty.Revert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Revert;

C++

virtual void __fastcall Revert() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf IProperty

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