RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyEditor.SetMethodValue Method

Changes the property value for every object being edited.

Pascal
procedure SetMethodValue(const Value: TMethod);
C++
__fastcall SetMethodValue(const TMethod Value);

Call SetMethodValue to change the property setting for every object that can be returned by the GetComponent method. Do not call SetMethodValue unless the property represents a method. After changing a property value using SetMethodValue, it is not necessary to call Modified

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!