DelphiCodeToDoc
Name
BuildRelativePathName
Parent
TDOCMethod
Visibility
PUBLIC
Description
Build a base filename with last parent's name separated with underscore
It is mainly used to produce link between items in documentation.
This overriden function will also add method signature (CRC) at the end.
Source code
function BuildRelativePathName : string ; override
Parameters
Parameter Description
Return
Types Description STRING Last parent's name concatenation separated with path separator
DelphiCodeToDoc