DelphiCodeToDoc
Name
BuildPathName
Parent
TDOCMethod
Visibility
PUBLIC
Description
Build a base filename with all parent's name separated with underscore
It is mainly used to produce the output filename of this item's documentation.
This overriden function will also add method signature (CRC) at the end.
Source code
function BuildPathName : string ; override
Parameters
Parameter Description
Return
Types Description STRING parent's name concatenation separated with underscore
DelphiCodeToDoc