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

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