RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ConvUtils.GetConvTypes Function

Returns a list of all registered conversion types in a specified conversion family.

Pascal
procedure GetConvTypes(const AFamily: TConvFamily; out ATypes: TConvTypeArray);
C++
GetConvTypes(const TConvFamily AFamily, TConvTypeArray ATypes);

ConvUtils

GetConvTypes fills a dynamic array with all the conversion types (TConvType values) that have been registered for a specified conversion family. Any measurement based on one of these conversion types can be converted into a measurement based on any other in the family. 

AFamily is the identifier for the conversion family. 

ATypes is the array to fill with conversion type identifiers. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!