DelphiCodeToDoc Next
Name
TMethodType
Parent
uDocMethod
Visibility
PUBLIC
Description
List of all method type Keyword
Source code
TMethodType = ( mtProcedure , mtFunction , mtConstructor , mtDestructor ) ;
DelphiCodeToDoc Next