RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System::AnsiString::TStringFloatFormat Enumeration
Pascal
TStringFloatFormat = (
  sffGeneral,
  sffExponent,
  sffFixed,
  sffNumber,
  sffCurrency
);
C++
enum TStringFloatFormat {
  sffGeneral,
  sffExponent,
  sffFixed,
  sffNumber,
  sffCurrency
};

dstring.h

This is record System::AnsiString::TStringFloatFormat.

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