DelphiCodeToDoc
Name
BuildRelativePathName
Parent
TDOCTemplate
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.
Source code
function BuildRelativePathName : string ; virtual
Parameters
Parameter Description
Return
Types Description STRING Last parent's name concatenation separated with path separator
DelphiCodeToDoc