Search results

From Free Pascal wiki
Jump to navigationJump to search
  • ...t '''Text''') is used in a Pascal program to read from and write to a text file. reset(MyFile); //Reopen the file for reading
    2 KB (286 words) - 10:14, 29 February 2020
  • == Untyped text file == ...nversely, the file is written line by line. The data records of an untyped file can be of different lengths.
    3 KB (368 words) - 02:04, 29 January 2022
  • == [[File/fr|File]] of == Pour spécifier la variable discrimante dans une type avec variante.
    727 bytes (120 words) - 23:41, 3 November 2016
  • {{binary file}} == Binary file ==
    3 KB (418 words) - 23:44, 28 January 2022
  • [[File:EvaluateModify.png]] ...he new value to the expression. The expression can only be a property or a variable. (Read notes on "New Value")
    2 KB (263 words) - 15:43, 31 January 2018
  • ...iable parameter''' is a [[Routine|routine]] parameter that is a [[Variable|variable]]. To call a routine with a variable parameter, you need to specify a variable at the proper position.
    3 KB (475 words) - 00:52, 24 February 2022
  • Reading from a file instead of the console (keyboard) can be done by: The <tt>text</tt> data type indicates that the file is just plain text.
    2 KB (382 words) - 16:18, 20 August 2022
  • writeln('Text read from file: ', s)
    2 KB (83 words) - 10:14, 29 February 2020
  • == Typed file == A typed text file is suitable for processing files of any size.
    2 KB (309 words) - 03:31, 2 March 2020
  • ...sociates a file variable with an external entity (e. g. a device file or a file on disk). The first parameter is a file variable, the second parameter specifies a path.
    4 KB (552 words) - 18:05, 3 September 2022
  • ...trieves a datum from a [[typed files|<syntaxhighlight lang="pascal" inline>file of …</syntaxhighlight>]] and advances the reading cursor. # The file must be in ''inspection'' mode.
    3 KB (359 words) - 12:16, 20 July 2021
  • ...ed function]]をアプリケーションに提供します。(例えば、ファイル変数[[file variable]]に外部ファイル[[external file]]を割り当てる[[Assign]]関数など)
    3 KB (75 words) - 15:42, 24 July 2008
  • {{IDE Window: Variable Inspector}} = Variable Inspector =
    2 KB (357 words) - 18:30, 1 July 2015
  • {{File(page)}} ...h read and write to a file. A file variable is (usually) associated with a file on a disk using the [[AssignFile]] procedure (older, equivalent name: just
    4 KB (692 words) - 00:14, 15 February 2020
  • [[File:Locals.png]] ;Name: The mangled name of the variable. Normally the compiler converts pascal identifier to uppercase. You will se
    1 KB (209 words) - 11:13, 29 June 2012
  • ...une référence à un [[external file|fichier externe]] à une [[file variable|variable fichier]]). ...ment textuel si le fichier pointe sur un terminal ou dans un fichier si la variable fichier pointe sur un fichier externe).
    3 KB (423 words) - 18:19, 7 February 2013
  • ...ended function]] to assign a reference to an [[external file]] to a [[file variable]]). ...nal, or to write to a file if the file variable is pointing to an external file.
    3 KB (423 words) - 08:42, 23 August 2023
  • {{Warning|This variable is deprecated. Please see hints for information on replacement.}} '''DecimalSeparator''' is a [[Global variables|global char variable]] whose contents is determined by the used [[locale]]. It is used for repre
    2 KB (201 words) - 12:00, 6 April 2023
  • {{macOS file storage}} ...te the user's unique temporary directory, display it and write a temporary file to it is demonstrated by the code below:
    2 KB (257 words) - 10:01, 26 March 2021
  • ...rol carefully the lifetime of the object and store it in a global or class variable. Destroying the object while speak is still running can cause crashes.}} === Assigning text to a variable. A WideString must used ===
    3 KB (356 words) - 12:04, 29 September 2021
  • ...read along with options given on the command line, with the configuration file being processed first. Special comment directives are available to allow a configuration file to be conditionally processed. Available directives are:
    4 KB (576 words) - 06:14, 8 February 2020
  • ...errors. This way, the debugger knows what the [[Source code|source code]] file is named for and the line from which the code is executed. Debuggers also monitor the contents of program [[Variable|variables]] and often produce a back-trace showing the instructions that we
    2 KB (233 words) - 15:57, 9 April 2022
  • [[File:Local_Variables_2_0_10.jpg]] ;Name: The mangled name of the variable. Normally the compiler converts the Pascal identifier to uppercase. You wil
    1 KB (225 words) - 10:01, 1 February 2021
  • * read and parse a file, virtually inserting its contents at the location the directive was encount * insert the value of an environment variable.
    8 KB (1,033 words) - 16:30, 4 October 2022
  • Sebuah ''Run-Time Library'' adalah satu set file [[Source code/id|kode sumber]] yang dipakai untuk membuat bagian dari [[App ...nsi ke [[external file|file eksternal]] ke sebuah [[file variable|variabel file]]).
    2 KB (320 words) - 20:30, 3 October 2007
  • A workaround is declaring the variable in an external asm file: @ external file ExtVars.s
    6 KB (1,066 words) - 22:20, 6 April 2013
  • [[File:Event_Log.png]] ...ing which will be added to the Event Log. This allows you to keep track of variable values or similar debug information without having to use [[IDE Window: Wat
    2 KB (273 words) - 05:30, 2 February 2021
  • For example, a declaration of a variable informs the compiler about a new identifier associated with a data type. ...iable’s name, nor the data type are stored in the [[Binary|compiled binary file]].
    3 KB (447 words) - 11:10, 12 August 2021
  • ...un fichero externo ([[external file]] a una variable tipo fichero ([[file variable]])). ...variable de fichero referencia el terminal, o escribir en un fichero si la variable de fichero referencia un fichero en el sistema de archivos externo)
    3 KB (461 words) - 09:16, 22 June 2020
  • ...ne>writeLn</syntaxhighlight>]], but the destination is a [[String|string]] variable. The first parameter has to be a string-assignment-compatible [[Variable|variable]], or, if allowed, a proper “writable constant”.
    4 KB (467 words) - 16:19, 24 January 2021
  • ...zarus (e.g. the windows installer). This package adds a category to the '''File-New''' dialog: '''Template projects''' It also adds a '''New project from Template''' menu item to the '''File''' menu, as
    7 KB (1,053 words) - 19:16, 15 December 2023
  • [[File:Watch_List.png]] *Ausdruck: der zu überwachende Ausdruck oder Variable
    5 KB (720 words) - 10:48, 6 May 2014
  • {{File Handling In Pascal}} TIntegerFile = file of Integer; // 允许你将整数写入文件
    11 KB (792 words) - 00:38, 15 February 2020
  • ...able from inside Windows Explorer through right-clicking on a directory or file. * Watch how TortoiseSVN imports the file tree from the server. This can take some time to complete.
    2 KB (377 words) - 14:10, 30 December 2018
  • {{File(page)}} ...utilisée pour lire, écrire ou faire les deux dans un fichier. Une variable File est (généralement) associée à un fichier en utilisant la procédure [[A
    5 KB (837 words) - 05:09, 15 February 2020
  • ...taxhighlight lang="pascal" inline>text</syntaxhighlight>]] or typed [[File|file]]. ...t parameter a <syntaxhighlight lang="pascal" inline>text</syntaxhighlight> variable can be specified where data are written to.
    8 KB (995 words) - 03:58, 25 January 2023
  • [[File:Codetools Defines Editor.png]] ...fined. That means 'IFDEF variable' will still result in 'true'. To purge a variable use 'Undefine'.
    7 KB (1,226 words) - 16:16, 22 May 2018
  • ...(That is the program must be running and stopped at a breakpoint where the variable can be seen). ...fied by the name of a variable. The execution will be interrupted when the variable is changed. It can also detect read access. Support for this depends on the
    7 KB (1,202 words) - 16:05, 20 February 2023
  • [[file:tparadoxdataset_150.png]] '''TParadoxDataSet''' is a <code>[[TDataSet]]</co * If needed, unzip the files from the zip file to any directory.
    4 KB (585 words) - 18:02, 12 May 2019
  • [[File:IDE Window - Run Parameters.png]] ...of a debugged project is the executable directory. That means all relative file names are expanded by the working directory. You can override this director
    3 KB (392 words) - 22:28, 27 January 2024
  • You can see where [[pas2js|pas2js]] searches for its cfg file and what it finds using the command line parameter '''-vt'''. You can disable the search for the default config file using the parameter '''-n'''.
    3 KB (495 words) - 13:33, 27 February 2024
  • ...rent directory. If using it to show the complete path including a selected file, then you need to append a slash ('\' or '/' in UNIX) to Root, as in: ...a string variable containing the entire path from the drive letter to the file name and extension. The double quotes are recommended to be applied in MS-W
    4 KB (679 words) - 05:08, 1 April 2021
  • The unit '''LazLogger''' is supplied with Lazarus and provides logging to file or console. ...a common type to a string for display. For example dbgs(aRect) converts a variable of type TRect to a string. You can write your own dbgs() functions for type
    6 KB (939 words) - 00:17, 15 April 2024
  • * [[File|<syntaxhighlight lang="pascal" inline>file</syntaxhighlight>]] |Check for end of file f
    8 KB (1,107 words) - 11:29, 11 September 2023
  • -a --max-age=age Set max-age expiry header on returned file requests. -c --config=file Ini configuration file (default: simpleserver.ini)
    6 KB (961 words) - 17:34, 4 September 2021
  • *[[IDE Window: Configure Build file/ja|Configure Build <file>]] *[[IDE Window:Variable Inspector/ja|Variable Inspector]]
    3 KB (382 words) - 05:28, 6 January 2008
  • [[Variable/ru|Переменная]], представляющая текстовый Обратите внимание, что тип '''TextFile''' сильно отличается от типа '''file of char''':
    3 KB (95 words) - 10:15, 29 February 2020
  • ...your .lpr, at the beginning of your code to redirect the heaptrc output to file: ...use similar code to the Lazarus code or alternatively, set the environment variable, e.g. on *nix:
    2 KB (360 words) - 16:05, 27 January 2022
  • *[[IDE Window: Configure Build file/es|Configure Build <file>]] *[[IDE Window:Variable Inspector/es|Variable Inspector]]
    3 KB (463 words) - 22:01, 25 October 2013
  • valgrind --tool=memcheck --leak-check=yes --log-file=valgrind.trc --vgdb-error=0 ./valgrind_test1 & You can set breakpoints, inspect variable values and so on, like in regular debugger.
    5 KB (832 words) - 03:08, 6 March 2020
  • ..." inline>:=</syntaxhighlight>]] to a <syntaxhighlight lang="pascal" inline>file</syntaxhighlight>).
    3 KB (441 words) - 14:05, 28 January 2022
  • ...nly visible in the current unit. For example when it is a private or local variable. * in current unit - search only in the current source editor file
    2 KB (391 words) - 07:20, 26 January 2021
  • They set a define and include the non-dotted unit file. So a file was made '''inc/Makefile.rtl''', which is used as an include file for the
    9 KB (1,419 words) - 03:48, 22 October 2023
  • * On the left side the "Expression" shows the name of the variable for which data should be shown.<br/>This can also be an expression containi * On the right site the current value of the variable or expression is displayed.<br/>The display format depends on the value and
    14 KB (2,172 words) - 22:43, 28 June 2023
  • *[[IDE Window: Configure Build file|Configure Build <file>]] *[[IDE Window:Variable Inspector|Variable Inspector]]
    4 KB (495 words) - 18:38, 19 August 2017
  • * In Lazarus go to File -> New ... -> Select "Application" **** Main - File
    7 KB (1,103 words) - 08:40, 30 December 2019
  • *[[IDE Window: Configure Build file|Configure Build <file>]] *[[IDE Window:Variable Inspector|Variable Inspector]]
    4 KB (481 words) - 20:23, 8 September 2008
  • ...n]], um die Referenz auf eine [[external file|externe Datei]] einer [[file variable|Dateivariablen]] zuzuweisen).
    3 KB (363 words) - 01:11, 26 July 2007
  • *[[#Insert file at cursor|Insert file at cursor]] - a dialog to select a file to replace the current selection *[[#Declare_Variable|Declare Variable]] - dialog to declare a new variable
    14 KB (2,235 words) - 06:09, 8 February 2020
  • @<x> : Read compiler options from file <x> in addition to the default -F... Set file names and paths:
    4 KB (613 words) - 21:48, 12 June 2019
  • Save the file as hello.pas, set the permission to execute and run it: Save the file as params.pas, set the permission to execute and run it:
    10 KB (1,484 words) - 10:41, 18 March 2022
  • ...lready compiled module, the dependencies of the modules is stored in a PPU file, which makes it easier to determine which modules to recompile. ...File: PPPUFile; // Pointer to PPU file object (unit file)
    15 KB (1,869 words) - 14:18, 31 December 2020
  • [[File:runerror232.png]] ...not found || Reported when trying to erase, rename or open a non-existent file.
    9 KB (1,403 words) - 19:58, 11 November 2023
  • ...pascal" inline>input</syntaxhighlight>, the command line interface, or any file on disk). ...t parameter a <syntaxhighlight lang="pascal" inline>text</syntaxhighlight> variable can be specified where data are read from.
    12 KB (1,584 words) - 05:08, 23 August 2020
  • ...is what comes into the program. It can be from the keyboard, the mouse, a file on disk, a scanner, a joystick, etc. <tt>Variable_List</tt> is a series of variable identifiers separated by commas.
    3 KB (420 words) - 16:17, 20 August 2022
  • ...on''', '''LastPosition''' and '''empty''' functions as well as an ''update file mode''). * The procedure '''extend''' prepares an existing file for appending data
    12 KB (1,694 words) - 08:08, 28 February 2024
  • [[File:IDE-options-codetools.JPG|thumb|400px|Codetool options]] ...the example file is searched. If this option is disabled only the example file is searched.
    6 KB (995 words) - 10:32, 17 February 2020
  • ...parameters inside open array/array of const, instead of a variable type of variable, where the type is for example "array of string". # What if we wish to use am array as a variable that contains a list of values, rather than this idea ?
    5 KB (817 words) - 19:28, 6 August 2022
  • macOS system is using "tags" on files. It seems to be a file system feature that's used commonly in macOS. ===File Type Selection===
    6 KB (970 words) - 20:08, 30 January 2021
  • ...ktop to a folder which contains one .desktop file per window manager. This file can be obtained from: http://fpwm.svn.sourceforge.net/viewvc/fpwm/resources In Mandriva Linux with GDM (Gnome login manager) the folder to place this file is: /etc/X11/dm/Sessions/
    5 KB (752 words) - 15:37, 23 March 2017
  • ...vi: Spécifié par un nom de variable. L'exécution sera interrompue quand la variable est changée. Il peut aussi détecter un accès en lecture, selon la platef ...rogramme doit être en cours d'exécution et arrêté à un point d'arrêt où la variable peut être vue).
    8 KB (1,384 words) - 11:10, 10 April 2022
  • * Variable length strings, including [[Procedure|procedures]] to handle them. ...disk directories, different from any other microcomputer operating system file format at the time, as it handled filenames longer than the then-standard 6
    2 KB (350 words) - 06:32, 23 August 2019
  • ...f that class is added to the ''' [[Var|var]] ''' section (usually as the variable Form1). Any ''' [[Method]]s ''' that you design to be used by the Form o ...ere must be an open form on view in the editor (if there isn't one, select File -> New Form). Click on the icon in the appropriate tab of the palette for t
    4 KB (722 words) - 15:11, 10 November 2019
  • * The file extension .p is supported, in mode MacPas. * Compile time variable can be given on the command line, syntax -dMYCOMPVAR:=3 or -dMYCOMPVAR2:=TR
    9 KB (1,425 words) - 18:19, 3 September 2022
  • ...t montrés si leur propriété « visible » est fixée à true. Par exemple, la variable form1 est paramétrée, alors vous pouvez écrire 'Form1.Caption:='Some te ...okmarks, jump history) even for closed files and will restore it, when the file is opened again. Default: enabled.
    5 KB (798 words) - 23:58, 23 July 2015
  • noch@hactar:~/freepascal/svn/fpc/compiler$ file ppcarm ./link.res: file format not recognized; treating as linker script
    9 KB (1,494 words) - 21:52, 6 April 2013
  • ''Mach-O, short for Mach object file format, is a file format for executables, object code, shared libraries, dynamically-loaded c The Apple file format reference can be found [https://developer.apple.com/library/archive/
    7 KB (971 words) - 15:11, 17 May 2020
  • |List file directory in chronological order with detail||dir /od||ls -ltr |Copy a file, preserving its date-time stamp||copy||cp -p
    5 KB (789 words) - 13:08, 31 July 2020
  • ==Format of auto-completion acp file== Common auto-completion file format is ANSI text file, it contains list of lines in forms:
    8 KB (1,203 words) - 19:45, 16 August 2022
  • ...o enable 'simple syntax'. These regular expressions are shorter for common file name filters. ...Each found pattern grouped in round brackets can be used by a $1, ..., $9 variable
    3 KB (432 words) - 20:05, 10 August 2006
  • ...In would be useful for example for loading of previous opened project/game file just after application start which can take longer time and main form shoul ...e to use this event to executed code only once after OnShow event. Boolean variable is needed so after form shown code will be executed only once.
    3 KB (390 words) - 11:33, 9 September 2018
  • * [[Testers 3.2.0|Release Testing Procedure]] point 3.2 - no faq.txt file in the macOS disk image. ...complete with an error. See https://sentinel.sentry.org/mylog for the log file.</s>
    7 KB (1,078 words) - 15:41, 24 May 2020
  • *[[IDE Window: Configure Build file/fr|Configurer construire <fichier>]] *[[IDE Window:Variable Inspector|Variable Inspector]]
    4 KB (541 words) - 09:08, 22 June 2020
  • ...pplication]], or it is that portion of a [[Pascal]] [[Source code]] [[File|file]] or files that can be compiled and is not declared to be a [[Unit|unit]] o ...erved word|reserved word]] that introduces a classical program source code file:
    8 KB (1,022 words) - 23:07, 2 September 2022
  • The Arch packaging system uses a file, that should be called PKGBUILD, that contains everything the makepkg comma ...the process of making an Arch package from a Lazarus project. The PKGBUILD file is pretty stripped down to close to the minimal needed, the package system
    6 KB (987 words) - 03:08, 16 January 2022
  • ...cross compiler it is necessary to have a correct <tt>PATH</tt> environment variable. ...ion put by installers. To ensure that your path is correct, create a batch file called
    6 KB (954 words) - 03:24, 9 August 2020
  • ...d'exécution. Par défaut, la recherche s'effectue grâce à 'fpc' ''via'' la variable PATH. ...delete the file '''codetools.config'''. The Lazarus IDE has its own config file and does the rescan, whenever the compiler executable has changed or the us
    4 KB (573 words) - 11:19, 5 December 2017
  • ...e searched. These are specified in ''$fpcdir/tests/Makefile.fpc'' with the variable ''TESTPACKAGESDIRECTDIRS'' (the directories are simply separated by spaces) *correct file extension (only '.pp' is accepted)
    7 KB (1,108 words) - 22:13, 24 June 2018
  • {{File Handling In Pascal}} ...urement or calculation results, and more. This page explains the basics of file handling.
    17 KB (2,650 words) - 06:53, 12 October 2023
  • [[File:IDE-menu-main.JPG|center|Lazarus IDE main menu]] *[[IDE Window: Configure Build file|Configure Build <file>]]
    4 KB (588 words) - 00:50, 1 March 2021
  • * {$fputype xxx) to select a certain fpu style or -Cfxxx on command line/cfg file ...once compiled with e.g. -Cfsse2 and once without. Use the e.g. is_sse2_cpu variable to select the appropriate code:
    6 KB (895 words) - 03:29, 22 September 2022
  • ...ing the [[Reserved words|keyword]] '[[Program|program]]' ) the Application-variable is used to create the applications form(s): | HelpFile || string || rw || Location of the application help file.
    6 KB (781 words) - 10:33, 22 November 2020
  • ...e - see section Features below for exceptions. If name of the usual source file containing implemenation of the particular routine is not mentioned, it's s == Source file structure ==
    13 KB (1,824 words) - 18:21, 3 September 2022
  • ...File: PPPUFile; // Pointer to PPU file object (unit file) ...Crc: Longint; // CRC-32 bit of the whole PPU file
    16 KB (2,042 words) - 14:13, 31 December 2020
  • |0 - AnsiString - file name of the source code to run to |0 - AnsiString - file name of the source code to jump to
    9 KB (1,321 words) - 15:15, 30 October 2017
  • ...avigate to '''MCK''' folder and choose <tt>'''MirrorKOLPackage.lpk'''</tt> file. # Start Lazarus and select '''File > New...''' menu item.
    8 KB (1,289 words) - 18:24, 29 April 2021
  • Following the paradigm “everything is a file” they usually exist on Unix and *nix-based operating systems, like [[Linu /// file name for random(4) device
    6 KB (837 words) - 13:49, 28 September 2022
  • [[File:macOS_Status_Bar.png]] ...ou can use the constant '''NSVariableStatusItemLength''' to make the width variable based on the contents of the item.
    11 KB (1,428 words) - 06:45, 15 December 2021
  • ...ed by spaces (confer the <abbr title="internal field separator">IFS</abbr> variable in some shells). In a narrow sense ''arguments'' are all supplied words tha ; Environment variable
    14 KB (1,804 words) - 19:55, 16 May 2022
  • ...cross compiler it is necessary to have a correct <tt>PATH</tt> environment variable. ...ion put by installers. To ensure that your path is correct, create a batch file with the following code:
    13 KB (1,879 words) - 09:36, 14 May 2015

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