TCallConv
Calling convention enumerator
Declaration
Source position: typinfo.pp line 100
Type
TCallConv = (ccReg,ccCdecl,ccPascal,ccStdCall,ccSafeCall,ccCppdecl,
ccFar16,ccOldFPCCall,ccInternProc,ccSysCall,ccSoftFloat,
ccMWPascal)
Description
TCallConv is a type describing the calling convention used by a method. It contains an element for all supported calling conventions.