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

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