From Clomosy Docs

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 December 2024

13 November 2024

8 October 2024

13 February 2024

14 August 2023

28 February 2023

  • curprev 08:1708:17, 28 February 2023ClomosyManager talk contribs 587 bytes +587 Created page with " function IntToHex(DecimalValue Integer; MinimumWidth Integer):string; The IntToHex function converts a DecimalValue integer into a hexadecimal format sting of at least MinimumWidth characters wide. The resulting string has no prefix character. '''Example:'''<br> '''var''' numberValue :Integer; '''begin''' numberValue := 1236; ShowMessage(IntToStr(numberValue)+' decimal = '+'''IntToHex'''(numberValue, 1));<br> ShowMessage(IntToStr(numberValue)+' decimal..."
Retrieved from "http:///IntToHex"