StrTokenEnd Function
ImagingUtility

Same as StrToken but searches from the end of S string.

Pascal
function StrTokenEnd(var S: string; 
                     Sep: Char): string;
File

ImagingUtility (at line 160)

Related Information
You are here: Symbol Reference > Functions > StrTokenEnd Function