System.ObjAuto.TCallingConvention
Delphi
TCallingConvention = (ccRegister, ccCdecl, ccPascal, ccStdCall, ccSafeCall) deprecated 'Use System.TypInfo.TCallConv instead.';
C++
enum DECLSPEC_DENUM TCallingConvention _DEPRECATED_ATTRIBUTE1("Use System.TypInfo.TCallConv instead.")  : unsigned char { ccRegister, ccCdecl, ccPascal, ccStdCall, ccSafeCall };
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| enum | public | System.ObjAuto.pas System.ObjAuto.hpp | System.ObjAuto | System.ObjAuto | 
Description
Attention: TCallingConvention is deprecated. Please use TypInfo.TCallConv. 
Enumerates the calling conventions supported by Delphi and C++Builder.
TCallingConvention represents the calling convention of a specific method.