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

This is record System::WideString::TStringFloatFormat.

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!