RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.TFloatType Enumeration
Pascal
TFloatType = (
  ftSingle,
  ftDouble,
  ftExtended,
  ftComp,
  ftCurr
);
C++
enum TFloatType {
  ftSingle,
  ftDouble,
  ftExtended,
  ftComp,
  ftCurr
};

TypInfo

This is record TypInfo.TFloatType.

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