RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Mxstore.TFormatType Enumeration
Pascal
TFormatType = (
  fxNone,
  fxFloat,
  fxCurrency,
  fxDateTime,
  fxTime,
  fxDate,
  fxString,
  fxInteger,
  fxBoolean
);
C++
enum TFormatType {
  fxNone,
  fxFloat,
  fxCurrency,
  fxDateTime,
  fxTime,
  fxDate,
  fxString,
  fxInteger,
  fxBoolean
};

Mxstore

This is record Mxstore.TFormatType.

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