RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
DSIntf.AGGSTATE Enumeration
Pascal
AGGSTATE = (
  aggSTATEUNDEF,
  aggSTATEOK,
  aggSTATEBLANK,
  aggSTATEERROR
);
C++
enum AGGSTATE {
  aggSTATEUNDEF,
  aggSTATEOK,
  aggSTATEBLANK,
  aggSTATEERROR
};

DSIntf

This is record DSIntf.AGGSTATE.

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