RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPropertyEditor.GetInt64Value Method

Returns the property value of the first object currently being edited.

Pascal
function GetInt64Value: Int64;
C++
__fastcall Int64 GetInt64Value();

Call GetInt64Value to obtain the current value of the property for the first object in the internal list of objects being edited. Call GetInt64Value only if the property is 64-bit integer type. 

If more than one object is currently being edited, GetInt64Value returns the value for the object returned by GetComponent(0). To obtain the current property value for every object currently being edited, use the GetInt64ValueAt method. 

 

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