System.ConvUtils.TConvTypeInfo.ConvFamily

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ConvFamily: TConvFamily read FConvFamily;

C++

__property TConvFamily ConvFamily = {read=FConvFamily, nodefault};

Properties

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

Description

Identifies the conversion family to which the conversion type belongs.

ConvFamily is the identifier for the conversion family to which the conversion type belong. The RegisterConversionType function associates each conversion type with its family.

Measurements in the units represented by the conversion type can be converted to any other conversion type in the same family.

See Also