User contributions
From Lazarus wiki
Jump to navigationJump to search- 01:31, 10 February 2013 diff hist -18 Set →Manipulating sets
- 01:30, 10 February 2013 diff hist +8 Set →Introduction
- 01:27, 10 February 2013 diff hist -1 Set
- 01:26, 10 February 2013 diff hist +307 Set →Manipulating sets
- 00:59, 10 February 2013 diff hist +332 IDE Window: Compiler Options →Other
- 00:38, 10 February 2013 diff hist +1,228 N Set Created page with "== Introduction == A Set encodes many values from an enumeration into an Ordinal type. For example let's consider this enumaration: <code> TSpeed = (spVerySlow,spSlow,sp..."
- 00:09, 10 February 2013 diff hist -1 Word
- 00:09, 10 February 2013 diff hist +323 N Word Created page with "A Word is a 16 bits unsigned integer value. Its maximal value is 2^16 and its minimal value is 0. Nowadays Words are rarely used in arithmetics operations (because most of th..."
- 00:00, 10 February 2013 diff hist +19 Cardinal
- 23:53, 9 February 2013 diff hist +1,072 N Cardinal Created page with "Cardinal is an integer type defined as an alias for DWord under a 32bit plateform. Like the DWord (double word) it's a 32 bit data interpreted as an unsigned integer. As it's ..."