DelphiCodeToDoc Previous Next
Name
MethodeTypeName
Parent
uDocMethod
Visibility
PUBLIC
Description
Name of the method type
Source code
MethodeTypeName : array [ low ( TMethodType ) .. High ( TMethodType ) ] of string = ( 'Procedure' , 'Function' , 'Constructor' , 'Destructor' )
DelphiCodeToDoc Previous Next