DesignEditors.TPropertyEditor.Revert

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Revert;

C++

void __fastcall Revert();

Properties

Type Visibility Source Unit Parent
procedure
function
public
DesignEditors.pas
DesignEditors.hpp
DesignEditors TPropertyEditor

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 will not work if GetAttributes returns paAutoUpdate.

See Also