type /// Sample class. TMyClass = class public /// Converts a string into a number. /// String parameter /// Numeric equivalent of aValue /// aValue is not a valid integer. function StringToNumber(aValue: string): Integer; end;