Search results

From Free Pascal wiki
Jump to navigationJump to search
  • == Generic Methods == Generic algorithms include
    1,012 bytes (144 words) - 19:16, 30 January 2021
  • ...application will be built as a linux-arm executable and be attached to the generic Java encapsulating application.
    933 bytes (144 words) - 23:15, 5 January 2015
  • ...tax]. Simple, Clean and Elegant. With out unnecessary reserved words as '''Generic''' and '''Specialize'''. Perhaps Delphi follow this syntax. An another opti === Vote for adding generic keyword ===
    3 KB (362 words) - 16:40, 8 November 2018
  • The '''Free Generics Library''' or '''FGL''' is an FPC-native collection of generic containers written in <syntaxhighlight lang="pascal" inline>{$mode ObjFPC}< ...tl-generics''' package is a larger, somewhat more featureful collection of generic containers written in <syntaxhighlight lang="pascal" inline>{$mode Delphi}<
    4 KB (578 words) - 13:43, 28 March 2024
  • ...lassname, FPC versions from 3.1.1 onwards also support fully free-standing generic methods. generic TFakeClass<_GT> = class
    1,007 bytes (125 words) - 23:17, 20 September 2023
  • ...SybaseConnection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}
    532 bytes (64 words) - 21:21, 12 April 2017
  • ...OracleConnection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}
    512 bytes (62 words) - 17:34, 19 August 2017
  • ...a TPQConnection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}
    533 bytes (65 words) - 21:29, 12 April 2017
  • ...a TIBConnection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}'''TIBConnection''' [[image:tibconnection.png]] is t
    552 bytes (66 words) - 07:40, 19 April 2017
  • ...TODBCConnection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}
    646 bytes (83 words) - 07:19, 13 April 2017
  • A '''TSQLConnection''' is a generic non-visible database connection component that has several real-life descen
    652 bytes (61 words) - 15:03, 16 November 2021
  • ...ult</syntaxhighlight> can be used in <syntaxhighlight lang="delphi" inline>generic</syntaxhighlight> definitions with template parameters.<syntaxhighlight lan { --- generic thing -------------------------------------- }
    4 KB (426 words) - 12:37, 1 April 2022
  • ...ySQL41Connection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}
    603 bytes (79 words) - 07:27, 13 April 2017
  • ...ySQL50Connection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}
    604 bytes (79 words) - 07:30, 13 April 2017
  • ...ySQL51Connection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}
    603 bytes (79 words) - 07:30, 13 April 2017
  • ...ySQL55Connection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}'''TMySQL55Connection''' [[image:tmysql55connection.
    602 bytes (79 words) - 07:36, 13 April 2017
  • ...ySQL56Connection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}'''TMySQL56Connection''' [[image:tmysql56connection.
    602 bytes (79 words) - 07:38, 13 April 2017
  • Pas2js 1.5 supports generic types and functions in either the ObjFPC or Delphi like way. * generic class
    8 KB (1,126 words) - 23:10, 19 December 2022
  • ...TMSSQLConnection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}
    651 bytes (83 words) - 09:04, 12 April 2017
  • ...types&rdquo;. Templates are another more complex alternative to implement generic code with FPC. * Better maintainability &ndash; generic class code is written only once and used for all specialized classes
    10 KB (1,450 words) - 06:39, 29 February 2020
  • ...ySQL40Connection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}
    606 bytes (80 words) - 00:04, 27 March 2024
  • ...ySQL57Connection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}'''TMySQL57Connection''' [[image:tmysql57connection.
    700 bytes (96 words) - 20:36, 22 July 2021
  • ...later referred to as [[Mac Pascal]], when ''Object Pascal'' turned into a generic term.
    971 bytes (136 words) - 14:29, 9 September 2017
  • ==== Generic types ==== ...the syntax '''type''' (''type-list''). These generic types would include generic classes.
    5 KB (615 words) - 08:08, 28 February 2024
  • ...n as needed about the existing implementations for other platforms and the generic support routines which are available. Do not just add bug fix requests, tha * '''Platforms implemented''': Windows, unix, OS/2, generic (fpWidestring)
    7 KB (998 words) - 18:00, 5 November 2023
  • Same behavior can be implemented using [[Generics|generic types]] and advanced records with [[Operator overloading|operator overloadi
    1 KB (168 words) - 17:19, 6 August 2022
  • ====Generic Ant errors==== ...ers for nearly every phone, in Linux the Android devices are recognized as generic Android devices (regardless of being a phone, a tablet or a notebook) and t
    7 KB (1,051 words) - 23:15, 5 January 2015
  • * [[cachecls|cachecls unit]] - Generic cache class for FCL * [[fptimer|fptimer unit]] - A generic timer component. Can be used in GUI and non-GUI apps.
    5 KB (619 words) - 19:14, 27 September 2015
  • ...separate unit (<os>sock was proposed for the OS interface, "sockets" for a generic wrapper over the OS-interface common for all platforms, and "passock" for t
    2 KB (267 words) - 12:49, 10 June 2012
  • ! project !! license !! generic !! types !! notes || ... || Collection of generic Free Pascal containers: BTree, lists, vectors.
    7 KB (935 words) - 15:34, 12 March 2022
  • generic TFakeClass<_GT> = class
    1 KB (158 words) - 15:44, 1 July 2019
  • | &nbsp; Generic integer types &nbsp; | &nbsp; Generic integer types &nbsp;
    8 KB (1,042 words) - 17:57, 3 December 2022
  • | [[image:tsqlconnector.png]] || [[TSQLConnector/ru|TSQLConnector]] || generic connector
    2 KB (226 words) - 11:39, 4 February 2018
  • The first thing someone who knows thie stuff needs to do is explain what a ''generic'' is so we understand what the issue is. Generic classes are already implemented in the 2.3.1 version of FPC.
    32 KB (3,781 words) - 16:32, 3 September 2010
  • | [[image:tsynpassyn.png]] || [[TSynPasSyn]] || Generic [[Pascal]] syntax-highlighting
    2 KB (232 words) - 09:53, 21 September 2019
  • Since then, [[Object Pascal]] is a generic term for modern Pascal implementations allowing for OOP, and Apple's origin
    1 KB (181 words) - 09:19, 11 February 2021
  • ...scendants for the respective databases. The last one, '''sqldb''', is more generic, as it consists of TSQLQuery (a TDataset) and TSQLTransaction which are use
    6 KB (258 words) - 14:49, 2 February 2014
  • | Generic functions || Local developer branch || Working in ObjFPC mode, under devel
    1 KB (215 words) - 02:38, 21 January 2024
  • ''This is only a stub for a work in progress porting. At this time there is a generic PowerPC compiler and a stripped down RTL. It lacks the prt0 and the linker
    1 KB (188 words) - 04:09, 12 September 2020
  • There are no generic data sections in Java class files. As a result, data initialization must be ...from the classes defined in those units rather than those defined in their generic equivalents.
    10 KB (1,668 words) - 17:43, 11 July 2013
  • Класс-дженерик определяется с помощью [[keyword]] (ключевого слова) '''generic''' перед именем класса и используется в об generic TList<T> = class
    7 KB (281 words) - 17:13, 6 August 2022
  • ...apply to NetBSD/OpenBSD, too. Darwin (macOS) is also sharing a lot of the generic BSD code. ==== Required kernel options for non GENERIC kernels ====
    7 KB (1,164 words) - 22:02, 29 October 2023
  • Une classe générique est définie en utilisant le [[Keyword/fr|mot-clé]] '''generic''' avant le nom de la classe dans sa déclaration : generic TList<T> = class
    3 KB (504 words) - 15:38, 1 July 2019
  • * Uses '''generic''' with static comparer. generic Sorter<Elem, Comparer> = class
    8 KB (1,199 words) - 10:29, 23 July 2022
  • * [[fcl-db]] Generic database support + prepackaged drivers * [[fcl-stl]] Generic container library (standard template library)
    4 KB (606 words) - 23:41, 14 February 2020
  • {{Note|Generic classes are already implemented in the 2.3.1 version of FPC. // explicit addition of "generic" keyword. Maybe something like "uses generic <...>"
    30 KB (4,086 words) - 08:17, 16 February 2020
  • All of these are almost generic tips for programming.<br>
    2 KB (411 words) - 14:28, 10 November 2016
  • ...QLite3Connection a proxy-like [[TSQLConnector]] may be used to create more generic database applications}}'''TSQLite3Connection''' [[image:tsqlite3connection.
    2 KB (242 words) - 15:01, 1 March 2020
  • ...yntaxhighlight>, whether you declare it or not. It provides only some very generic [[Method|methods]], mostly [[virtual|<syntaxhighlight lang="pascal" inline>
    3 KB (341 words) - 17:23, 13 November 2019
  • Ogólny klasa jest zdefiniowana za pomocą [[Słowo kluczowe | Hasło]] „” „generic” „” przed nazwą klasy i użyć w deklaracji klasy: ...ryczna jest definiowana za pomocą słowa [[Słowo kluczowe | kluczowego]] '''generic''' przed nazwą klasy w deklaracji klasy:
    4 KB (575 words) - 17:15, 6 August 2022
  • ==== Generic records, arrays and procedural types ==== ...t is also possible to define [[generic record]]s, [[generic array]]s and [[generic procedural type]]s.
    15 KB (2,204 words) - 16:51, 25 May 2023
  • | [[image:tsynpassyn.png]] || [[TSynPasSyn]] || Generic Pascal syntax-highlighting
    3 KB (289 words) - 00:23, 16 September 2023
  • ** create package specializations (the generic is in another package) *** many changes to access of local variables, e.g. the declarations of the generic unit
    5 KB (814 words) - 19:22, 16 January 2023
  • ...owever these generic parameters have a type which allows the author of the generic to restrict the possible values for the constant. Only constant types that ==== Support for forward declarations of generic types ====
    21 KB (2,858 words) - 21:28, 27 January 2024
  • s := 'Could not get "'+Target+'" generic credentials: '+SysErrorMessage(le)+' '+IntToStr(le);
    3 KB (343 words) - 16:58, 17 September 2022
  • ** Published generic controls
    3 KB (379 words) - 18:26, 11 December 2014
  • In [[Generics|generic type]] definitions the template list is delimited by a closing <syntaxhighl
    3 KB (386 words) - 17:22, 6 August 2022
  • * <syntaxhighlight lang="pascal" inline>generic</syntaxhighlight>
    6 KB (549 words) - 18:56, 28 January 2021
  • * auto-position labels: two-level, generic, GA * Generic renderer (?): OpenGL, SVG, true 3-d
    5 KB (606 words) - 12:36, 24 October 2021
  • s := 'Could not get "'+Target+'" generic credentials: '+SysErrorMessage(le)+' '+IntToStr(le);
    4 KB (363 words) - 16:56, 17 September 2022
  • * <syntaxhighlight lang="pascal" inline>generic</syntaxhighlight>
    6 KB (545 words) - 15:09, 25 September 2021
  • This is a ready-to-use collection [[Generics|generic class]]. It implements the most elemental structure. Save time overriding t generic TGenericCollection<T> = class(TCollection)
    9 KB (967 words) - 06:00, 29 February 2020
  • | &nbsp; [[Generic/fr|Generic]] = [[Class/fr|Class]]<T> [[End/fr|End]] &nbsp;
    9 KB (1,305 words) - 05:05, 25 January 2023
  • | &nbsp; [[Generic]] TheClass = [[Class]]<T> [[End]];
    7 KB (828 words) - 21:00, 4 March 2019
  • These connection objects descend from the generic TSQLConnection; you can use TSQLConnection to create database programs that
    5 KB (753 words) - 15:02, 25 June 2018
  • p Generic Pointer
    3 KB (377 words) - 10:24, 12 November 2020
  • # <s>31910: fixes generic regression (compared to 2.6.4), issue [http://bugs.freepascal.org/view.php? # <s>31911: fixes generic regression (compared to 2.6.4), issue [http://bugs.freepascal.org/view.php?
    8 KB (1,372 words) - 22:14, 6 November 2015
  • == Generic things to do ==
    10 KB (1,454 words) - 02:45, 26 November 2020
  • ...existing location. If it points to a non-existing location a button with a generic icon would still be generated.
    3 KB (450 words) - 19:05, 5 December 2023
  • ==== Support for Generic Routines ==== ...cialized with the '''specialize''' keyword preceding the identifier of the generic routine when issuing a call. In mode Delphi the syntax follows that of Delp
    27 KB (3,956 words) - 14:47, 7 February 2022
  • ...ithout significant extensions in the LCL. The LCL has a different and more generic feature of control-based anchoring that delivers the same effect (see Remed
    3 KB (550 words) - 11:35, 30 November 2022
  • ...eneric SQL statements based on properties as discussed above. However, the generic SQL created by sqldb may not be correct for your situation. TSQLQuery allow The SQL property is normally used to fetch the data from the database. The generic SQL for this property is <tt>SELECT * FROM fpdev</tt> where <tt>fpdev</tt>
    18 KB (2,421 words) - 15:44, 10 August 2022
  • ==Making a generic online installer/updater== *For a generic installer/updater you need to set:
    15 KB (2,146 words) - 22:27, 7 January 2022
  • In Windows, the generic command for opening a file in TShellListView is <code>[[OpenDocument]](path
    4 KB (679 words) - 05:08, 1 April 2021
  • Note that this is a more generic version of [[doc:lcl/forms/tapplication.releasecomponent.html |ReleaseCompo
    4 KB (528 words) - 11:54, 7 September 2023
  • This output format is fairly generic and could be usable for import in other applications, as well.
    5 KB (816 words) - 07:31, 30 June 2017
  • ! project !! license !! generic !! types !! notes
    5 KB (746 words) - 12:44, 16 October 2017
  • ==== Visibilities of members of generic specializations ==== ...When a generic is specialized then visibility checks are handled as if the generic was declared in the current unit.
    20 KB (2,951 words) - 18:32, 9 February 2024
  • *generic plug-in shaders support ** seperated mmsystem dependent stuff from generic sound support so e.g. FMOD is available in linux, too
    10 KB (1,416 words) - 12:42, 19 July 2007
  • ...eneric SQL statements based on properties as discussed above. However, the generic SQL created by sqldb may not be correct for your situation. TSQLQuery allow The SQL property is normally used to fetch the data from the database. The generic SQL for this property is <tt>SELECT * FROM fpdev</tt> where <tt>fpdev</tt>
    19 KB (3,056 words) - 15:44, 10 August 2022
  • // How to play in Linux? Use generic Linux commands
    6 KB (680 words) - 21:53, 12 March 2024
  • ...sts are testing (e.g. ''rhlp'' for record helper tests and ''genfunc'' for generic function tests)
    7 KB (1,108 words) - 22:13, 24 June 2018
  • *generic plug-in shaders support ** seperated mmsystem dependent stuff from generic sound support so e.g. FMOD is available in linux, too
    12 KB (1,627 words) - 18:55, 15 March 2018
  • | &nbsp; [[Generic]] = [[Class]]<T> [[End]];
    8 KB (948 words) - 14:17, 6 February 2023
  • These connection objects descend from the generic TSQLConnection; you can use TSQLConnection to create database programs that
    5 KB (752 words) - 16:43, 31 March 2024
  • * [[fcl-db]] Generic database support + prepackaged drivers
    4 KB (607 words) - 13:29, 30 June 2022
  • | [[generic]] || class creation modifier | [[specialize]] || specialization of [[Generics|generic classes]]
    11 KB (1,663 words) - 22:00, 14 May 2024
  • Instead, the generic implementation of <syntaxhighlight lang="pascal" inline>system.popCnt</synt
    5 KB (778 words) - 15:37, 1 March 2021
  • ...scendants for the respective databases. The last one, '''sqldb''', is more generic, as it consists of TSQLQuery (a TDataset) and TSQLTransaction which are use
    6 KB (875 words) - 02:09, 30 June 2008
  • * sle: Solve set of linear equations of the type Ax=b, for generic, and a variety of special matrices.
    4 KB (698 words) - 08:52, 14 August 2020
  • ===Generic files of any type===
    17 KB (2,650 words) - 06:53, 12 October 2023
  • ...d Objective-Pascal to the same behaviour, i.e., to declare a variable of a generic class type that conforms to the ''NSCopying'' protocol, use ''var obj: NSCo
    16 KB (2,338 words) - 12:23, 11 March 2021
  • generic TNullable<T>= record generic TAuto<T> = record
    15 KB (1,864 words) - 10:25, 16 December 2019
  • ** Is this problem unicode specific? I think it's a generic problem. --[[User:Sekelsenmat|Sekelsenmat]] 13:40, 14 February 2008 (CET) ...ith large number of files before the Unicode version was added. If it is a generic problem, then the the non-Unicode version got broken, when the Unicode vers
    29 KB (1,840 words) - 02:21, 19 February 2020
  • **HTTP Remote Persistence (for n-tier applications with built-in generic application server)
    8 KB (1,170 words) - 16:15, 23 October 2017
  • There are some interesting specialized types which can replace non-generic types: ! Specialized generic class !! Similar data type
    17 KB (654 words) - 21:50, 4 June 2020
  • :* a filter is assigned by "generic type" rather than extension. And thus specifying "txt" as a filter, will as
    6 KB (970 words) - 20:08, 30 January 2021
  • ...rus. It defines the TSocketClient component for connecting applications to generic server sockets over TCP/IP networks.
    6 KB (874 words) - 11:20, 3 May 2021
  • * If FreeBSD is using a GENERIC kernel, it will work.
    5 KB (789 words) - 13:08, 31 July 2020
  • *generic plug-in shaders 지원 ** seperated mmsystem dependent stuff from generic sound support so e.g. FMOD is available in linux, too
    13 KB (807 words) - 16:42, 30 June 2009
  • ==== Visibility of generic type parameters ==== generic TTest<T> = class
    42 KB (6,149 words) - 21:14, 3 April 2022
  • generic TGenericCollection<T> = class(TCollection)
    9 KB (990 words) - 11:17, 31 January 2023
  • | [[generic/fr|generic]] || Déclaration de classe générique
    12 KB (2,092 words) - 16:26, 25 August 2022
  • Here it is an example of generic "first run", you need to use correct paths to ensure the right functionalit
    6 KB (977 words) - 16:04, 3 January 2020
  • ...s is kind of ugly, maybe this code should be moved to the LCL so we have a generic code to paint items in case the widgetset doesn't do it itself.
    7 KB (1,046 words) - 10:02, 27 August 2020
  • This topic contains a note with example code to handle such a case in a generic way.
    9 KB (1,249 words) - 00:18, 13 April 2024
  • generic TGenericCollection<T> = class(TCollection)
    9 KB (1,020 words) - 06:02, 29 February 2020
  • **HTTP Remote Persitstence (für n-tier applications mit eingebauten Generic Applicationserver)
    7 KB (1,050 words) - 09:02, 16 May 2015
  • | ||||X||pcap_open||Open a generic source in order to capture / send (WinPcap only) traffic.
    8 KB (1,329 words) - 16:03, 1 July 2019
  • 0 Generic module (default and the most common one)
    10 KB (1,630 words) - 21:57, 6 April 2013
  • |IDE|| TCollection Editor || working||0.9.x||FCL, RTTI, IDE||-||A generic TCollection editor for the various TCollections in the LCL/FCL.
    26 KB (3,349 words) - 23:29, 27 March 2024
  • | &nbsp; Generic Klassenname = Class<T> ... End;
    13 KB (1,664 words) - 10:03, 12 January 2014
  • ** Is this problem unicode specific? I think it's a generic problem. --[[User:Sekelsenmat|Sekelsenmat]] 13:40, 14 February 2008 (CET) ...ith large number of files before the Unicode version was added. If it is a generic problem, then the the non-Unicode version got broken, when the Unicode vers
    36 KB (2,174 words) - 02:20, 19 February 2020
  • ...td><td style="border: 1px solid #e0e0a0; background: #ffffe4;" colspan="2">Generic definition of a multifile container</td></tr> ...td><td style="border: 1px solid #e0e0a0; background: #ffffe4;" colspan="2">Generic definition for a PNG writer with alpha option</td></tr>
    79 KB (11,858 words) - 19:06, 14 December 2023
  • |[[:Category:Unix|Generic Unix]]
    12 KB (1,645 words) - 23:07, 30 January 2023
  • ...is name that ends with the <tt>.icns</tt> extension. If not available, the generic application icon is used.
    11 KB (1,432 words) - 06:44, 9 December 2021
  • ...ized value of a type which is given as parameter. It can also be used with generic type parameters to get a default value of the type. generic TTest<T> = class
    17 KB (2,457 words) - 17:13, 25 May 2023
  • ...m|operating systems]] or platforms, while still being able to program in a generic way.
    13 KB (1,749 words) - 01:32, 15 July 2020
  • ...nd many other files. We need to define the processor, so we'll borrow the generic one, and add or remove items as we need them. So we'll start with the bloc
    15 KB (2,305 words) - 17:41, 28 January 2014
  • * The most generic reason would be to avoid too many build dependencies. You may develop an ap
    11 KB (1,974 words) - 03:23, 5 January 2020
  • ...ne>{$mode extendedPascal}</syntaxhighlight>]]), but does not yet support a generic base-specification format.
    17 KB (1,973 words) - 13:30, 5 April 2024
  • |[[IDE]]||TCollection Editor||Работает||0.9.x||FCL, RTTI, IDE||-||A generic TCollection editor for the various TCollections in the LCL/FCL.
    35 KB (2,320 words) - 11:08, 23 February 2020
  • * Board '''Generic STM32F103 series'''
    10 KB (1,425 words) - 02:44, 1 February 2021
  • ...EL. We use Lazarus for the component opsi-winst which is the script driven generic setup program which does all the installations and system manipulations on
    9 KB (1,356 words) - 21:43, 15 April 2023
  • ...Ptr (Note: In Apple's Universal Interfaces, Ptr is a datatype describing a generic pointer) , ReAllocMem, Release.
    9 KB (1,425 words) - 18:19, 3 September 2022
  • * [[fcl-image]] - [[FCL]] fpimage, fpcanvas generic image support plus helpers.
    9 KB (1,320 words) - 20:25, 29 August 2023
  • ...helpers, conversion routines (e.g. Format, Trim, IntToStr, StrToInt, ...), generic (not related to the system clock) utilities (e.g. IsLeapYear), etc.
    13 KB (2,010 words) - 20:30, 11 January 2024
  • ==== Generic matrices ==== ...e optimized for such matrices. They require the matrix being stored like a generic matrix in a rectangular m x n array or a linear m*n array. However, only th
    145 KB (21,894 words) - 10:13, 14 February 2024
  • * the generic SQLDB way of doing this using the <code>DataSource</code> property: [[Maste Generic examples can be found at fpc/fcl-db/src/sqlite SVN directory
    24 KB (3,765 words) - 19:24, 5 June 2022
  • make -C /lib/modules/2.6.32-27-generic/build SUBDIRS=/home/lukasz/projects/kfpc/hello_world modules make[1]: Entering directory `/usr/src/linux-headers-2.6.32-27-generic'
    33 KB (4,740 words) - 09:06, 26 January 2020
  • #define CTL_HW 6 sys/sysctl.h /* Generic CPU, I/O */
    14 KB (1,849 words) - 03:42, 9 March 2021
  • Generic examples can be found at fpc/fcl/db/sqlite CVS directory
    20 KB (2,172 words) - 09:49, 3 October 2011
  • This issue of where the program will run will be dealt with by using generic I/O instructions (basically private macros) and having an appropriate run-t
    18 KB (3,029 words) - 13:00, 25 December 2016
  • * ''Board'' - '''Generic STM32F103 series'''
    11 KB (1,478 words) - 16:00, 13 June 2022
  • ...td><td style="border: 1px solid #e0e0a0; background: #ffffe4;" colspan="2">Generic class representing a path, providing methods for creation, exploration and ...td><td style="border: 1px solid #e0e0a0; background: #ffffe4;" colspan="2">Generic class configuring and rendering an arrow</td></tr>
    174 KB (26,031 words) - 20:32, 16 December 2023
  • = Example of a generic non-graphical component for Lazarus 1.x
    18 KB (2,137 words) - 01:20, 19 February 2020
  • A sample of the generic dialog from macOS 11.2.3 (Big Sur) which asks for user consent is on the le
    18 KB (2,585 words) - 13:12, 10 March 2021
  • ...gram is always stored in the PPU files. This means that you can e.g. use a generic RTL for WPO (even though the RTL itself will then not be optimized, your pr
    17 KB (2,508 words) - 17:17, 6 August 2022
  • ** seperated mmsystem dependent stuff from generic sound support so e.g. FMOD is available in linux, too
    18 KB (775 words) - 11:14, 19 June 2015
  • ** Is this problem unicode specific? I think it's a generic problem. --[[User:Sekelsenmat|Sekelsenmat]] 13:40, 14 February 2008 (CET) ...ith large number of files before the Unicode version was added. If it is a generic problem, then the the non-Unicode version got broken, when the Unicode vers
    24 KB (3,291 words) - 02:19, 19 February 2020
  • generic TGIndicedEnumerator<TContainer, TElement> = class
    16 KB (2,113 words) - 01:20, 16 February 2020
  • ...leScript, but you can change this using the -l option to JavaScript or the Generic Scripting System. To get a list of the OSA languages installed on your syst
    23 KB (2,295 words) - 14:44, 4 June 2020
  • designated => identifier "org.yourdomain.yourappname" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certific
    16 KB (2,379 words) - 07:19, 13 February 2022
  • | [[generic]] || Modyfikator tworzenia klas
    13 KB (1,958 words) - 18:51, 11 November 2021
  • ...tents of your resource directory will depend on your application, but some generic advices can be given:
    19 KB (2,871 words) - 03:52, 3 August 2020
  • Generic instructions here: http://developer.android.com/guide/developing/other-ide.
    15 KB (2,098 words) - 03:03, 16 December 2019
  • Generic instructions here: http://developer.android.com/guide/developing/other-ide.
    15 KB (2,087 words) - 08:19, 9 February 2020
  • * Generic [[Installing Lazarus]]
    19 KB (3,148 words) - 09:53, 23 December 2023
  • |A generic pointer
    21 KB (2,698 words) - 22:55, 6 June 2021
  • ''Note: in the rest of this article the generic term daemon will be used to refer to both daemons and agents unless require
    22 KB (3,313 words) - 09:36, 4 May 2021
  • | <tt>bctDAFT</tt> || DAFT Code || Generic system of transcribing 4-state barcodes where the data encoding is provided
    23 KB (3,416 words) - 13:24, 17 September 2023
  • * $mode Delphi support for generic overloads, e.g. ''TBird, TBird<T>, TBird<S,T>''. Can be used from a unit wi * fixed find generic proc overload without params, issue 38796
    63 KB (8,788 words) - 17:15, 28 February 2024
  • This is a generic error message from Windows CE which can be caused by one of the following r
    19 KB (2,573 words) - 03:11, 9 August 2020
  • ...clarity, no actual (platform specific) drawing routines are used. Rather, generic Pascal I/O routines are included to illustrate runtime behavior. This par
    29 KB (4,327 words) - 23:26, 5 January 2020
  • ...herited''' from previous sample collections and analyses - there will be a generic plan for the whole sequence, and together we could think of the blood sampl
    21 KB (3,222 words) - 13:55, 14 April 2021
  • You can either use the more generic EDatabaseError, or - if available - your own specialized databaseerror, if
    24 KB (3,537 words) - 13:38, 29 March 2024
  • // Generic database connector...
    21 KB (3,207 words) - 23:10, 28 March 2024
  • The typed constant parser was made more generic for the [[FPC_JVM|JVM port]]. This was required because e.g. records had to
    24 KB (3,625 words) - 13:09, 28 December 2020
  • The typed constant parser was made more generic for the [[FPC_JVM|JVM port]]. This was required because e.g. records had to
    24 KB (3,623 words) - 11:35, 20 March 2021
  • ...tion that enables enumerating the elements in a Cocoa container class in a generic yet fast way. The syntax used for this feature is the ''for-in'' construct,
    27 KB (3,439 words) - 14:50, 1 May 2021
  • ...s are handled using OS-provided means. The most important differences from generic handling are as follows: ...ack unwinding and executing code in 'finally' statements. In contrast, the generic mechanism is single-phase: it starts unwinding immediately and proceeds unt
    45 KB (6,423 words) - 01:05, 2 March 2020
  • "The Generic application includes an About dialog box. Every application should include
    24 KB (2,278 words) - 10:01, 26 February 2020
  • // the generic parameter declaration means "any class reference
    26 KB (4,157 words) - 03:01, 16 February 2020
  • of generic grids like TDrawGrid where user have to have some kind of structure to hold :This editor style is the most generic one. When used, a button appears in the editing cell, programmers could use
    44 KB (6,451 words) - 03:20, 21 January 2022
  • ** a generic input stream interface
    29 KB (4,570 words) - 12:57, 28 August 2023
  • * [https://github.com/avk959/LGenerics LGenerics] - provides a wide range of generic containers.
    31 KB (3,033 words) - 08:26, 3 May 2024
  • // the generic parameter declaration means "any class reference
    27 KB (1,647 words) - 03:04, 16 February 2020
  • ** Generic, safe way
    24 KB (3,803 words) - 07:25, 13 January 2022
  • designated => identifier "org.yourdomain.yourappname" and anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certific
    29 KB (934 words) - 14:55, 28 February 2022
  • ...herited''' from previous sample collections and analyses - there will be a generic plan for the whole sequence, and together we could think of the blood sampl
    23 KB (3,537 words) - 13:37, 21 February 2020
  • ...behavior: Both TSpinEditEx and TFloatSpinEditEx now inherit from a common (generic) base class: TSpinEditExBase. As a result testing for "is TCustomFloatSpinE
    23 KB (3,304 words) - 15:12, 11 October 2021
  • ** a generic input stream interface
    29 KB (4,511 words) - 06:51, 12 February 2020
  • ** a generic input stream interface
    30 KB (3,903 words) - 06:52, 12 February 2020
  • // Generic database connector...
    23 KB (3,611 words) - 01:10, 27 February 2020
  • CTL_HW sys/sysctl.h Generic CPU, I/O
    36 KB (4,527 words) - 03:14, 5 January 2022
  • ...ving a visual library as a dependency. FPImage (alias fcl-image) is a very generic image and drawing library written completely in pascal. In fact the LCL use
    34 KB (4,334 words) - 08:05, 13 February 2020
  • * Package general and package compiler options are now using the generic IDE Options interface.
    28 KB (4,033 words) - 00:40, 19 February 2020
  • ...ithout significant extensions in the LCL. The LCL has a different and more generic feature of control-based anchoring that delivers the same effect (see Remed
    26 KB (3,878 words) - 13:14, 17 March 2024
  • Page: "Debugger"/"Generic"
    39 KB (6,257 words) - 14:22, 28 May 2022
  • ...OS and VM are the names of specific operating systems, rather than being a generic abbreviation; in addition DOS is a '60s-era IBM operating system with no co ...OS and VM are the names of specific operating systems, rather than being a generic abbreviation; in addition DOS is a '60s-era IBM operating system with no co
    59 KB (9,355 words) - 17:30, 16 August 2022
  • Generic examples can be found at fpc/fcl/db/sqlite CVS directory
    29 KB (4,644 words) - 12:08, 28 October 2012
  • ...se users: if you don't use Firebird/Interbase, you can either use the more generic EDatabaseError, or your own specialized databaseerror, if you need more det
    43 KB (5,449 words) - 00:57, 27 February 2020
  • * '''fpcanvas''' Generic Canvas classes.
    35 KB (4,500 words) - 12:03, 8 March 2024
  • * [[LGenerics]] - Library with wide range of generic containers.
    29 KB (4,178 words) - 16:16, 20 December 2023
  • This is also the case for generic grids like TDrawGrid where the user needs some kind of structure to hold th :This editor style is the most generic one. When used, a button appears in the editing cell and programmers could
    91 KB (13,606 words) - 18:49, 6 December 2023
  • ...ving a visual library as a dependency. FPImage (alias fcl-image) is a very generic image and drawing library written completely in Pascal. In fact the LCL use
    44 KB (6,030 words) - 22:46, 27 June 2023
  • If you are developing generic desktop software in 2014, Microsoft Windows may be the most important platf
    43 KB (6,443 words) - 12:24, 27 January 2022
  • *Error situations that used ShowMessage now raise a generic exception containing the message itself. Only one ShowMessage remains for a
    40 KB (5,809 words) - 21:18, 20 October 2023
  • ...package IDEIntf. Each dockable window must have a unique name. Do not use generic names like 'FileBrowser' because this will easily clash with other packages
    47 KB (6,123 words) - 16:11, 4 December 2023
  • ...ving a visual library as a dependency. FPImage (alias fcl-image) is a very generic image and drawing library written completely in Pascal. In fact the LCL use
    35 KB (4,632 words) - 07:56, 13 February 2020
  • ...ement the method SameValue for it, based on the data type specializing the generic data variable. It is needed only for FPC 3.2.2.
    36 KB (5,346 words) - 13:09, 17 March 2024
  • *r63627 Codetools: Find form's ancestor also when a generic form is specialized. {{MantisLink|37396}}. *r63797 IDE, LCL: Fix the search results scrollbar issue in a generic way in TreeView. {{MantisLink|37582}}.
    116 KB (15,904 words) - 20:18, 28 June 2021
  • ...like "Business", "Private", "Birthday" etc. The items, however, only have generic names, such as "Category 1", "Category 2", etc. You can select more descrip
    50 KB (7,758 words) - 11:56, 22 July 2023
  • Collection of generic algorithms and data structures for Free Pascal.
    46 KB (5,458 words) - 07:41, 14 May 2024
  • Страница: "Debugger"/"Generic" (Отладчик/Общее)
    59 KB (2,918 words) - 02:49, 16 February 2020
  • *r50352 TAChart: Add new property T(Generic)ChartMarks.LinkDistance to prevent painting the series pointer symbol over
    44 KB (5,942 words) - 23:37, 1 December 2015
  • *6f8172a61a Codetools: Allow keyword const in generic parameter list. {{LazIssue|38087}}.
    44 KB (6,396 words) - 15:33, 5 March 2023
  • ...on clipping, correctly return region types on HRGN related operations, fix generic IntersectClipRect routine</td></tr> ...perator, do not save errors outside parser, fixed parsing method name with generic parameter
    118 KB (18,260 words) - 18:42, 9 February 2019
  • *r51138 codetools: prevent AV for incomplete generic types
    49 KB (6,507 words) - 01:18, 7 April 2017
  • *Specializations are created in the unit, where the generic is defined, not where they are specialized.
    90 KB (12,883 words) - 12:41, 8 May 2023
  • ...<td>{{LazSvnLink|44832}} </td><td>codetools</td><td>findunusedunits: check generic types, {{MantisLink|26085}}</td></tr>
    107 KB (16,061 words) - 14:38, 20 February 2015
  • *r55485 codetools: parse generic function
    66 KB (8,685 words) - 03:01, 15 October 2018