Search results

From Lazarus wiki
Jump to navigationJump to search
  • ...is stored for repeated use. So that the data field / variable can be used, it must be assigned a specific data type . w: word;
    484 bytes (77 words) - 07:17, 12 February 2020
  • The [[Reserved word|reserved word]] <syntaxhighlight lang="pascal" inline>destructor</syntaxhighlight> belong It also checks that the [[Self|<syntaxhighlight lang="pascal" inline>self</syn
    2 KB (207 words) - 17:19, 6 August 2022
  • ...load the user program or connect to [[shared library|shared libraries]]. It would, at that time, startup and transfer control to the user program, whic ...tialized, all the things that it needs to do only once have been done, and it essentially is ready to perform some work related to the problem definition
    3 KB (408 words) - 05:30, 15 February 2020
  • ...lly every modern Pascal [[Compiler|compiler]], including [[FPC]], supports it, if no other mechanism is available. ...lang="pascal" inline>Uses</syntaxhighlight> is a [[Reserved word|reserved word]].
    5 KB (698 words) - 02:08, 28 January 2022
  • The [[Reserved word|reserved word]] <syntaxhighlight lang="pascal" inline>nil</syntaxhighlight> represents th In [[FPC]] it is implemented as <syntaxhighlight lang="pascal" inline>pointer(0)</syntaxh
    4 KB (562 words) - 17:06, 20 January 2022
  • ...for a specific token in each selected line, and aligns each occurrence of it. ...e a word for alignment, please note, that it will be matched regardless of word boundaries)
    2 KB (365 words) - 06:48, 21 September 2020
  • '''implementation''' is a [[Reserved words|reserved word]] that is used to structure (subdivide) a [[Unit|unit]]. ...ion everything that has been declared there can only be used in this unit. It is the ''private part'' in other languages.
    789 bytes (100 words) - 21:58, 29 June 2020
  • ...highlight> is a [[Reserved words|reserved word]] within [[Object Pascal]]. It starts the optional finalization part of a [[Unit|unit]].
    818 bytes (90 words) - 17:16, 6 August 2022
  • .... Also referred to as '''highlighting''', though this term is ambiguous as it can refer to either all coloring, or coloring by the Highlighter only. ;token: A fragment of text. Usually a part of a line. This can be at word boundaries, but also go down to individual letters.
    4 KB (509 words) - 20:18, 12 March 2024
  • The [[Reserved word|reserved word]] <syntaxhighlight lang="pascal" inline>type</syntaxhighlight> is used to: ...l" inline>type</syntaxhighlight> section a type identifier preceded by the word <syntaxhighlight lang="pascal" inline>type</syntaxhighlight> actually clone
    3 KB (343 words) - 15:24, 29 July 2022
  • * q - source text / word * bd - dictionary, in case source text is one word (you get translations with articles, reverse translations, etc.)
    5 KB (580 words) - 07:13, 16 December 2021
  • The reserved word '''interface''' is used to structure (subdivide) a [[Unit|unit]]. This is d ...een declared in the interface section can be used by this and other units. It is the ''public part'' in other languages.
    861 bytes (112 words) - 13:45, 25 February 2020
  • ...lang="pascal" inline>else</syntaxhighlight> is a [[Reserved word|reserved word]] which starts a fallback-branch if all other ''named'' cases do not apply. It can occur in
    4 KB (534 words) - 23:27, 10 December 2020
  • By default, a quantifier is ''greedy'', that means, it will match as many times as possible. To match the minimum number of times Technically it does this:
    3 KB (564 words) - 09:09, 5 February 2022
  • ...1, 7, 2037,</tt> or <tt>5</tt>; and another way if otherwise. You could do it by: But in this case, it would be simpler to list the numbers for which you want Statement1 to execu
    2 KB (243 words) - 16:19, 20 August 2022
  • In an overridden virtual [[Method|method]], it is often necessary to call the parent [[Class|<syntaxhighlight lang="pascal ...lang="pascal" inline>inherited</syntaxhighlight> [[Reserved word|reserved word]]. Likewise, the <syntaxhighlight lang="pascal" inline>inherited</syntaxhig
    2 KB (247 words) - 17:16, 6 August 2022
  • It is a non-standardized extension. It is not a reserved word, therefore you ''could'' use it as an [[Identifier|identifier]], but still access the special routine by wr
    4 KB (449 words) - 21:46, 15 July 2021
  • It is also simple to draw rotated text. To do this use TextOutAngle or set Fon === Word wrapped text ===
    4 KB (543 words) - 12:32, 22 January 2023
  • ...{{keypress|CTRL|C}} or {{keypress|CMD|C}}), the editor selects the nearest word on the same line as the cursor and copies that. The same applies if nothing ...ontinue typing as usual. If the editor deems those spaces no longer needed it will trim them.
    3 KB (530 words) - 14:32, 2 February 2021
  • &
    since it is more meaningful than having a raw number. [[FPC|FreePascal]] retroactively declared some new [[Reserved word|reserved words]].
    3 KB (341 words) - 17:24, 6 August 2022

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