RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyEditor.SetStrValue Method

Changes the property value for every object being edited.

Pascal
procedure SetStrValue(const Value: string);
C++
__fastcall SetStrValue(const AnsiString Value);

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

 

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