System.ConvUtils.TConvTypeInfo.ConvType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConvType: TConvType read FConvType;

C++

__property TConvType ConvType = {read=FConvType, nodefault};

Properties

Type Visibility Source Unit Parent
property public
System.ConvUtils.pas
System.ConvUtils.hpp
System.ConvUtils TConvTypeInfo

Description

Indicates the registered identifier for the conversion type.

ConvType is the identifier for the conversion type described by this TConvTypeInfo instance. It is generated by the RegisterConversionType function to uniquely identify the conversion type (measurement unit).

See Also