RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyEditor.Modified Method

Informs the designer that the property value has changed.

Pascal
procedure Modified;
C++
__fastcall Modified();

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. 

 

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