RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IBInstall.TErrorResult Enumeration
Pascal
TErrorResult = (
  erAbort,
  erContinue,
  erRetry
);
C++
enum TErrorResult {
  erAbort,
  erContinue,
  erRetry
};

This is record IBInstall.TErrorResult.

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