Search results

From Free Pascal wiki
Jump to navigationJump to search
  • Gtk+3.0 bindings are being developed in the Lazarus-ccr They are based on the headers from gtk+3.8.6 which can be downloaded here:
    1 KB (227 words) - 14:42, 12 January 2021
  • Statements are parts of a [[Executable program|program]] that alter its state, e. g. by Elementary statements are those, which can not be broken down into smaller pieces – “sub-stateme
    1 KB (179 words) - 07:49, 22 June 2020
  • ...since some are superseded by Lazarus' own component. The ported components are: ...eck the status of each component in each individual folder. The components are only tested on Win32 since it's my primary development platform (and I'm to
    906 bytes (127 words) - 18:12, 25 June 2023
  • c := 65; ch := 'A'; { are the same action, and are legal } c := 'A'; ch := 65; { while they are the same action, this is illegal }
    1 KB (153 words) - 07:27, 10 February 2020
  • Data fields that are published in the interface section: Data fields that are published in a subroutine:
    2 KB (279 words) - 08:06, 12 February 2020
  • ...threads are used, the variable behaves as an ordinary variable. If threads are used then a copy is made for each thread (including the main thread). Note ...variable’s value. If possible at all, consider using local variables; they are always faster than thread variables.
    1 KB (156 words) - 08:42, 1 March 2020
  • The name “GNU” is often used to identify projects that are under the auspices of the “GNU project”. All related projects are <abbr title="Free/Libre Open Source Software">FLOSS</abbr>.
    444 bytes (72 words) - 07:45, 28 June 2020
  • There are various different meanings of the term "packages" in the combined FPC/Lazar In nearly all cases packages are collections of units and some build and descriptive metadata. In a few case
    1 KB (210 words) - 23:48, 7 April 2023
  • ...ocumented and quite interesting. Some download links are broken, but there are many mirrors so keep trying until you find one that works.
    1 KB (184 words) - 00:23, 22 October 2022
  • To configure database access, most important properties are: ...d be able to load the right drivers. *.dll style drivers are found if they are located in the same directory as the corresponding *.exe file.
    2 KB (188 words) - 16:09, 9 December 2023
  • ...us it can be said that all applications are programs, but not all programs are applications.
    1 KB (161 words) - 18:06, 19 November 2020
  • ...light lang="delphi" inline>ptrUInt</syntaxhighlight>}}''' (“Pee true Int”) are signed and unsigned [[Integer|<syntaxhighlight lang="pascal" inline>integer ...highlight>/<syntaxhighlight lang="delphi" inline>ptrUInt</syntaxhighlight> are not necessarily the same size of <syntaxhighlight lang="delphi" inline>ALUS
    3 KB (321 words) - 18:26, 25 January 2022
  • ...mmer to define normal messages, warning and error messages. These messages are displayed in the message window. These self-defined messages are intended to enable the programmer to better oversee and manage his code.
    2 KB (229 words) - 00:55, 21 February 2020
  • ...ws]], [[ReactOS]], [[Portal:Linux|Linux]], [[FreeBSD]] and [[UCSD Pascal]] are all operating systems which run on standard PCs. Other operating systems that are supported by Lazarus / Free Pascal include [[Portal:Android|Android]], [[Po
    503 bytes (70 words) - 06:33, 22 December 2019
  • conditional defines are put on sepearate lines as in: The choices are listed in abbreviated form so:
    1 KB (163 words) - 10:38, 17 February 2020
  • == Who are developers == ...ock a 1.0.x release. Of course you can make sure these ''post 1.2'' issues are fixed in the 1.0.x release by providing patches for these issues.
    4 KB (410 words) - 08:47, 22 August 2020
  • ...''' may become the same as a [[WideChar]]. For now, [[Byte|byte]] and char are almost identical - one byte (8-bits) in size. However, a char can only be u ch := 'A'; c := 65; { are the same action, and are legal }
    2 KB (300 words) - 07:58, 17 October 2023
  • * Internally all numbers are ''double''. Therefore integers range from -9,007,199,254,740,991 to 9,007,1 * All '''bitwise operators are limited to 32bit''', including the ''mod'' operator, which is limited to si
    2 KB (314 words) - 21:41, 8 March 2023
  • The declarations are optional. ...ature of a block is, that declarations are only valid while the statements are processed.
    1 KB (176 words) - 12:16, 6 February 2021
  • [[Boolean]] expressions are used to compare two values and get a <tt>true-or-false</tt> answer: The following relational operators are used:
    2 KB (357 words) - 16:18, 20 August 2022

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