RAD Studio VCL Reference
|
Maps an integer that indicates the value of the property to the string representation of that value used by the OLE control object.
function ValueToString(V: Integer): string;
__fastcall AnsiString ValueToString(int V);
Use ValueToString to map the integer value of a property value to the string representation used by an OLE control object. If the property value is not an integer, the integer associated with the string can be a pointer to the value.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|