RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TEnumPropDesc.ValueToString Method

Maps an integer that indicates the value of the property to the string representation of that value used by the OLE control object.

Pascal
function ValueToString(V: Integer): string;
C++
__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) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!