Search results

From Lazarus wiki
Jump to navigationJump to search
  • {{Word}} A '''word''' is the processor’s native data unit.
    3 KB (507 words) - 12:17, 8 September 2022
  • ...fined by the compiler, but are not [[Reserved word|reserved words]]. While it is not recommended, they can be redefined. ...unless you use {$mode DelphiUnicode} or {$ModeSwitch UnicodeStrings}, then it will be 2) || most likely 1
    1 KB (182 words) - 16:09, 30 January 2023
  • ...axhighlight> used to represent an instance of the [[Class|class]] in which it appears.
    757 bytes (104 words) - 23:42, 4 September 2020
  • ..., surely did correct some small language mistakes. However, in my opinion, it went too far. There were also some word reorderings which did not add any more clarity to the content, but broke te
    395 bytes (69 words) - 11:43, 28 November 2020
  • The [[Reserved word|reserved word]] <syntaxhighlight lang="pascal" inline>in</syntaxhighlight>: * It tests whether a value is in a [[Set|set]]. It returns the [[Boolean|boolean]] value [[True|
    2 KB (281 words) - 10:38, 26 May 2022
  • CRT is a unit providing subroutines for programming in text mode. It is similar to ncurses C library. It's intention is to be compatible with the Borland Pascal / Turbo Pascal 7 CR
    3 KB (189 words) - 07:09, 27 December 2019
  • ...taxhighlight lang="pascal">procedure val(const s: string; var v; var code: word)</syntaxhighlight> it must be a sequence of characters that form a (possibly signed) number or en
    3 KB (450 words) - 15:52, 7 February 2023
  • It describes the section: "Editor" / "Markup and Matches". You can open the de === Current Word ===
    3 KB (506 words) - 16:02, 30 January 2021
  • It describes the section: "Editor" / "User defined markup". You can open the d ;Term: A word, part of a word, sentence (several words) or any sequence of chars. <u>Must be a single lin
    6 KB (1,071 words) - 16:11, 30 January 2021
  • A virtual method must also be implemented (programmed) in the class in which it was declared. A virtual method can be overwritten in a derived class with the reserved word override.
    922 bytes (118 words) - 08:07, 3 March 2020
  • ...rm text editor, written in Object Pascal language using the Lazarus IDE."? It is a bit confusing if you just learning about CudaText. I'ld think it's OK to have a small page highlighting the application, but almost an entir
    1,016 bytes (162 words) - 21:38, 3 October 2023
  • ...pe which is ''larger'' than a [[Word|<syntaxhighlight lang="delphi" inline>word</syntaxhighlight>]].<sup>[https://www.gnu-pascal.de/gpc/LongWord.html]</sup On ''some'' platforms it is 64&nbsp;bits wide and thus has a range of <syntaxhighlight lang="pascal"
    3 KB (395 words) - 13:25, 22 December 2023
  • ...he same meaning and determine whether the compiler interprets the reserved word [[String]] as an [[Ansistring|AnsiString]]. The default is {$H-}. The reserved word [[String]] is a [[Shortstring|ShortString]].
    921 bytes (130 words) - 05:21, 23 June 2020
  • * tells the compiler whether it should use bitpacking or not when it encounters the [[Packed]] keyword for a structured type. 2. The reserved word [[Bitpacked]] can force alignment to bit addresses, regardless of the $BITP
    824 bytes (111 words) - 12:06, 26 February 2020
  • ...s for [[DWord]] under a 32-bit platform. Like the DWord (double word) type it's 32 bits and interpreted as an unsigned integer. Its minimal value is 0x00 It's recommended to use '''NativeInt''' or '''NativeUInt''' types instead. The
    1 KB (172 words) - 13:40, 24 November 2020
  • The following displays the warning icon and the word "Warning". ...y cause it to wrap round the icon, but because we passed it as a parameter it keeps its left alignment straight.<nowiki>}}</nowiki>
    2 KB (288 words) - 02:11, 28 March 2022
  • ...t lang="pascal" inline>not</syntaxhighlight> is a [[Reserved word|reserved word]]. It effectively calculates the one’s complement.
    3 KB (354 words) - 23:14, 16 October 2020
  • The [[Reserved word|reserved word]] <syntaxhighlight lang="pascal" inline>case</syntaxhighlight> starts a cla They may be ascending, descending, or mixed up, it does not matter.
    5 KB (707 words) - 04:08, 17 October 2023
  • The [[Reserved word|reserved word]] <syntaxhighlight lang="pascal" inline>begin</syntaxhighlight> marks the s ...n with [[End|<syntaxhighlight lang="pascal" inline>end</syntaxhighlight>]] it is also used to group [[statement]]s into a so-called “compound statement
    2 KB (226 words) - 22:52, 21 August 2021
  • ...ng to "merge" an existing MS Visual C++ project with Lazarus by converting it to a DLL and then calling some of its entry points from the Lazarus app. Ev ..., thus the corresponding SSE exceptions wouldn't be disabled. And on ARM64 it doesn't exist at all. So the correct solution is SetExceptionMask (which ha
    1 KB (192 words) - 12:06, 27 January 2022

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)