Vcl.OleCtrls.TEnumPropDesc.ValueToString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ValueToString(V: Integer): string;

C++

System::UnicodeString __fastcall ValueToString(int V);

Properties

Type Visibility Source Unit Parent
function public
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls TEnumPropDesc

Description

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

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.

See Also