RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Mxstore.TBuildType Enumeration
Pascal
TBuildType = (
  btHardRebuild,
  btSoftRebuild,
  btNoRebuild
);
C++
enum TBuildType {
  btHardRebuild,
  btSoftRebuild,
  btNoRebuild
};

Mxstore

This is record Mxstore.TBuildType.

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