RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ObjAuto.TCallingConvention Enumeration
Pascal
TCallingConvention = (
  ccRegister,
  ccCdecl,
  ccPascal,
  ccStdCall,
  ccSafeCall
);
C++
enum TCallingConvention {
  ccRegister,
  ccCdecl,
  ccPascal,
  ccStdCall,
  ccSafeCall
};

This is record ObjAuto.TCallingConvention.

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