DelphiCodeToDoc
Name
TMethodDirectives
Parent
uDocMethod
Visibility
PUBLIC
Description
List of all method directive keyword (Delphi2005 and dotNET supported)
Source code
TMethodDirectives = ( mdExternal , mdPascal , mdSafecall , mdAbstract , mdAutomated , mdFar , mdStdcall , mdAssembler , mdInline , mdForward , mdVirtual , mdCdecl , mdMessage , mdName , mdRegister , mdDispId , mdNear , mdDynamic , mdExport , mdOverride , mdResident , mdLocal , mdOverload , mdReintroduce , mdDeprecated , mdLibrary , mdPlatform , mdStatic , mdFinal , mdUnsafe ) ;
DelphiCodeToDoc