RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Mxstore.TErrorAction Enumeration
Pascal
TErrorAction = (
  eaFail,
  eaContinue
);
C++
enum TErrorAction {
  eaFail,
  eaContinue
};

Mxstore

This is record Mxstore.TErrorAction.

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