DesignEditors.TPropertyEditor.Modified

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Modified;

C++

void __fastcall Modified();

Properties

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

Description

Informs the designer that the property value has changed.

Call Modified after changing the property value so that the designer is aware that something has changed.

It is not necessary to call Modified if changes are made using the SetFloatValue, SetMethodValue, SetOrdValue, SetStrValue, or SetVarValue methods. These methods automatically call Modified.

See Also