RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TypInfo.TOrdType Enumeration
Pascal
TOrdType = (
  otSByte,
  otUByte,
  otSWord,
  otUWord,
  otSLong,
  otULong
);
C++
enum TOrdType {
  otSByte,
  otUByte,
  otSWord,
  otUWord,
  otSLong,
  otULong
};

TypInfo

This is record TypInfo.TOrdType.

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