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

7 October 2024

23 August 2024

6 February 2024

5 February 2024

3 April 2023

28 February 2023

27 February 2023

  • curprev 06:4406:44, 27 February 2023ClomosyManager talk contribs 644 bytes +644 Created page with "Returns the absolute value of an integer.<br> '''Syntax:'''<br> value := Abs(value); '''Example:'''<br> Let's say you have a variable i. The type of this variable is assigned as integer. The value of this variable can be given an integer value. Here we have given a negative value. Finally, abs function was used to get the absolute value. <br> '''var''' i : Integer;<br> '''begin''' MyForm := TFrmClomosyBasisForm.Create(Self);<br> i := -1235; ShowMessage('Bef..."
Retrieved from "http:///Abs"