RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyEditor.SetInt64Value Method

Changes the property value for every object being edited.

Pascal
procedure SetInt64Value(Value: Int64);
C++
__fastcall SetInt64Value(Int64 Value);

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

 

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