RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.TFloatValue Enumeration
Pascal
TFloatValue = (
  fvExtended,
  fvCurrency
);
C++
enum TFloatValue {
  fvExtended,
  fvCurrency
};

SysUtils

This is record SysUtils.TFloatValue.

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