DelphiCodeToDoc Previous
Name
HTMLBuildLink
Parent
uDocGenHTML_Tools
Visibility
PUBLIC
Description
Build a link in HTML representation
Source code
function HTMLBuildLink ( const st : string ; const Link : string ) : string
Parameters
Parameter Description st : STRING description of the link (visual part of the link) Link : STRING file or reference where the link will lead
Return
Types Description STRING HTML string of the hyperlink
DelphiCodeToDoc Previous