RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyEditor.SetOrdValue Method

Changes the property value for every object being edited.

Pascal
procedure SetOrdValue(Value: Longint);
C++
__fastcall SetOrdValue(Longint Value);

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

 

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