RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
IntfInfo.CallingConventionName Constant
Pascal
CallingConventionName: array[ccReg..ccSafeCall] of string = ('REGISTER', 'CDECL', 'PASCAL', 'STDCALL', 'SAFECALL');
C++
array[ccReg..ccSafeCall] of string CallingConventionName = ('REGISTER', 'CDECL', 'PASCAL', 'STDCALL', 'SAFECALL');

IntfInfo

This is constant IntfInfo.CallingConventionName.

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