Search results

From Free Pascal 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
  • 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
  • ...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
  • ...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
  • ...d to export names when creating a shared library or an executable program. It means that the symbol(s) will be publicly available, and can be imported fr
    563 bytes (73 words) - 07:25, 14 February 2020
  • In a [[Block|block]] the word <syntaxhighlight lang="pascal" inline>var</syntaxhighlight> starts a sectio ...Variable parameter|parameter is variable]], that means assigning values to it will affect the named parameter at the call site.
    2 KB (196 words) - 22:14, 4 July 2021
  • ...ams and data spaces can be much larger than on the older 16-bit machines. It also means that data space is much smaller than on current (2020) [[64 bit] ...ans that if one program crashes it doesn't take the whole system down with it. This behaviour works more consistently on Linux than on Windows.
    1 KB (173 words) - 13:59, 10 October 2020

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