RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ADODB.TParameterAttribute Enumeration
Pascal
TParameterAttribute = (
  paSigned,
  paNullable,
  paLong
);
C++
enum TParameterAttribute {
  paSigned,
  paNullable,
  paLong
};

This is record ADODB.TParameterAttribute.

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