System.ObjAuto.TCallingConvention

From RAD Studio API Documentation
Jump to: navigation, search

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

Warning: 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.

See Also