System.ConvUtils.GetConvTypes
Delphi
procedure GetConvTypes(const AFamily: TConvFamily; out ATypes: TConvTypeArray);
C++
extern DELPHI_PACKAGE void __fastcall GetConvTypes(const TConvFamily AFamily, /* out */ TConvTypeArray &ATypes);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.ConvUtils.pas System.ConvUtils.hpp |
System.ConvUtils | System.ConvUtils |
Description
Returns a list of all registered conversion types in a specified conversion family.
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.
See Also
Code Examples