RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyEditor.SetIntfValue Method

Changes the property value for every object being edited.

Pascal
procedure SetIntfValue(const Value: IInterface);
C++
__fastcall SetIntfValue(const IInterface Value);

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

 

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