Search results

From Free Pascal wiki
Jump to navigationJump to search
  • These templates are used to give certain effects to items. Some are to make markup simpler, such as HL for highlighting in place of the <nowiki
    5 members (0 subcategories, 0 files) - 13:00, 16 October 2020
  • 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
  • ...an ad. Big Delphi FMX sites wrote about it and it has real projects. There are urls And there are 5 forks of it and 25 stars on github. I think it's sufficient proof of the
    672 bytes (92 words) - 18:01, 25 March 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
  • The functions of the LazUtf8 unit are required for problem-free type conversion from [[Ansistring|AnsiString]] to ...re used to display strings from the Unicode character set. Unicode strings are implemented in the same way as AnsiStrings and can be cast (converted) to t
    1 KB (168 words) - 13:23, 22 December 2023
  • ...mat page contents into fixed-width columns which save vertical space. They are especially useful when working with long lists.
    3 members (0 subcategories, 0 files) - 15:07, 20 September 2023
  • {{Note|'''Dynamic libraries''' are also known as dynamic shared libraries, shared objects, or dynamically link '''Static libraries''' are also known as static archive libraries and static linked shared libraries.}
    3 KB (468 words) - 18:56, 14 March 2021
  • ...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 (163 words) - 12:54, 1 April 2024
  • ...s that many find useful and cannot do without. The packages that are added are:
    957 bytes (130 words) - 02:23, 26 November 2020
  • There are a few things pending like the "windowless mode". The WebView4Delphi demos are configured to use the "evergreen" version.
    1 KB (189 words) - 03:17, 6 December 2021
  • At the right are the nodes and below are the current values of the selected node.
    577 bytes (94 words) - 13:52, 1 February 2021
  • ...eepascal.org/fpc/docs-pdf/comparch.pdf]) written by Carl-Eric Codere. They are adapted to fit the changed parts of 1.9.x. This documentation is since 2003
    896 bytes (107 words) - 04:38, 19 September 2020
  • This category lists graphics software applications that are written with Lazarus and/or Free Pascal.
    2 members (1 subcategory, 0 files) - 18:06, 11 January 2021
  • This category lists graphics software applications that are written with Lazarus and/or Free Pascal.
    1 member (1 subcategory, 0 files) - 19:53, 24 July 2015
  • This category lists graphics software applications that are written with Lazarus and/or Free Pascal.
    1 member (1 subcategory, 0 files) - 20:08, 13 June 2016
  • This category lists graphics software applications that are written with Lazarus and/or Free Pascal.
    1 member (1 subcategory, 0 files) - 19:54, 24 July 2015
  • ...ontrol properties. Which means there are a number of HTML attributes which are not standard. In order to provide the best compatibility with standard HTML
    1 KB (180 words) - 16:05, 10 August 2022
  • <p>Some of the features of gir2pascal are:</p> *GObject's are mapped to pascal objects (not classes) for easier use.
    2 KB (362 words) - 07:26, 5 February 2023
  • * defaults to {$GOTO OFF}. That is, no jump commands are allowed; Note for inline assembler: If labels are used in the assembly code, the directive {$GOTO ON} must be used.
    726 bytes (105 words) - 13:09, 16 February 2020
  • The sources are in a subversion repository : ...y anyone by sending patches through bug tracker, the same way that patches are sent for pascal sources.
    1 KB (211 words) - 18:17, 16 August 2022
  • <!-- don't show the spammers why they are blocked; temporarily enable if you want to debug false positives -->
    176 bytes (30 words) - 20:29, 24 June 2019
  • # Nested [[Comments|comments]] are allowed. # [[PChar|<syntaxhighlight lang="pascal" inline>PChar</syntaxhighlight>]]s are converted to [[String|<syntaxhighlight lang="pascal" inline>string</syntaxh
    2 KB (289 words) - 17:11, 6 August 2022
  • ...and <syntaxhighlight lang="pascal" inline>max</syntaxhighlight> properties are used to set minimum and maximum limit of a TrackBar. The corresponding values are <syntaxhighlight lang="pascal" inline>trHorizontal</syntaxhighlight> or <sy
    2 KB (250 words) - 17:01, 13 November 2019
  • General features are; * all modal forms are bsSizeToolWin; non-modal forms are bsSizable.
    3 KB (449 words) - 21:32, 8 April 2021
  • :;asNormal: normal handling when TActions are invoked by hotkeys or otherwise. :;asSuspendedEnabled: no response on invoking, but all TAction.Enabled are set ''true''
    1 KB (174 words) - 07:03, 20 March 2024
  • ...e memory can already be allocated by initialization routines in units that are initialized before the C memory manager is installed. ...es where several units like '''cthreads''', '''cmem''' and '''cwstrings''' are recommended to be placed first, due to how the units work a sensible order
    860 bytes (140 words) - 20:40, 10 January 2022
  • ...prises of an array of type [[WideChar]]. The functions of the LazUTF8 unit are there to facilitate the conversion of types from [[Ansistring|AnsiString]] The examples below are for Windows operating systems!
    896 bytes (117 words) - 13:21, 22 December 2023
  • : Sources are in lazarus-ccr now and are updated to make it work as expected. --[[User:Bart|Bart]] ([[User talk:Bart
    651 bytes (112 words) - 18:11, 4 January 2020
  • There are several types of "Themes" in macOS. ...rences are allowing to change the main bar to the dark mode. However APIs are available to change window and/or view
    2 KB (257 words) - 05:41, 5 June 2020
  • ...(usually not more than one week - exact dates are provided when the builds are available). # Install the release (check that the version-numbers are correct)
    2 KB (293 words) - 08:33, 22 August 2020
  • ...ighlight> and <syntaxhighlight lang="pascal" inline>true</syntaxhighlight> are used to define the false and true conditions of a [[Boolean|<syntaxhighligh They are [[Manifest constant|manifest constants]] that are defined as part of the [[Standard type|standard data types]] the [[Compiler
    3 KB (410 words) - 02:33, 18 October 2023
  • Hmm. All the UTF8 filefunctions are actually in LazFileUtils unit... --[[User:Bart|Bart]] ([[User talk:Bart|tal
    146 bytes (20 words) - 22:48, 8 September 2019

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