RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.TNameType Enumeration
Pascal
TNameType = (
  ntContainsUnit,
  ntRequiresPackage,
  ntDcpBpiName
);
C++
enum TNameType {
  ntContainsUnit,
  ntRequiresPackage,
  ntDcpBpiName
};

This is record SysUtils.TNameType.

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