New pages
From Free Pascal wiki
Jump to navigationJump to search
- 09:51, 17 November 2024 TLazComponentQueue/ru (hist | edit) [624 bytes] Useroflazarus (talk | contribs) (Created page with "{{TLazComponentQueue/ru}} '''TLazComponentQueue''' image:tlazcomponentqueue.png является невизуальным компонентом, который помогает при работе с потоковыми компонентами при многопоточности или сетевой передаче данных. Данный компонент доступен на вкладке System tab Component Palette|палитр...")
- 11:48, 10 November 2024 Porting to PlayStation1 Guide (hist | edit) [17,974 bytes] Key-Real (talk | contribs) (Created page with "== Overview == This is a step by step tutorial based on the example of my FPC port to the PlayStation 1.")
- 02:56, 26 October 2024 P-Code (hist | edit) [806 bytes] Rfc1394 (talk | contribs) (Created page with "'''P-Code''' refers to an alternative means of compiling Pascal programs, where the compiler does not produce code which runs on the machine it is intended for (usually the machine it is compiled on). Instead, it produces a code representation of the program which is then compiled to code which can directly execute on the target machine as a binary executable, or as interpreted code which is run by a software emulator. The practice began with the Pascal P4 compiler,...")
- 19:20, 25 October 2024 Locating macOS significant directories/ru (hist | edit) [15,029 bytes] Zoltanleo (talk | contribs) (Created page with "{{Platform only|macOS}} {{LanguageBar}} == Обзор == Чтобы найти различные важные каталоги в macOS, вы можете использовать встроенную функцию macOS Foundation <syntaxhighlight lang="pascal">NSSearchPathForDirectoriesInDomains(NSSearchPathDirectory directory, NSSearchPathDomainMask domainMask, BOOL expandTilde);</syntaxhighlight>, которая создает список строк путей д...")
- 05:20, 24 October 2024 Differences between multi-page controls (hist | edit) [6,197 bytes] Antares (talk | contribs) (Created article highlighting the differences between TPageControl and the combination TTabControl and TNotebook.)
- 22:20, 16 October 2024 Pascal 8000 (AAEC) (hist | edit) [1,405 bytes] Rfc1394 (talk | contribs) (new article)
- 06:54, 8 October 2024 Lazarus For Delphi Users/zh CN (hist | edit) [26,195 bytes] Daixu61 (talk | contribs) (Delphi 用户的 Lazarus 指南)
- 11:27, 6 October 2024 Icon Finder (hist | edit) [2,092 bytes] Mattias2 (talk | contribs) (Created page with "=Overview= '''IconFinder''' is a tool which simplifies searching of specific icons for the image-related components (TImageList, TImage, TBitBtn, TSpeedButton). Designtime package: components/iconfinder/packages/designtime/iconfinder_dsgn_pkg.lpk Runtime package: components/iconfinder/packages/runtime/iconfinder_pkg.lpk =Installation= * Install the "iconfinder_dsgn_pkg" package via "Package" -> "Add/Remove Packages ..." dialog. * Click "Rebuild IDE", and confirm the...")
- 10:46, 6 October 2024 LazMinimap (hist | edit) [1,122 bytes] Mattias2 (talk | contribs) (Created page with "=Overview= '''LazMiniMmp''' is a Lazarus IDE addon, adding a high-level overview of your source code, giving the possibility to quickly navigate. A file's minimap is shown on the right or left side of the editor. You can scroll or drag the shaded area to quickly jump to different sections in your file. Exists since 3.99. =Options= ==Show minimap== Check to hide the minimap. Or uninstall LazMinimap. ==Put minimap left of editor== Default is off an editor on the righ...")
- 14:36, 1 October 2024 Windows Icon/zh CN (hist | edit) [2,983 bytes] Daixu61 (talk | contribs) (Windows 图标)
- 13:49, 1 October 2024 Windows Programming Tips/zh CN (hist | edit) [36,429 bytes] Daixu61 (talk | contribs) (Windows 编程技巧)
- 23:23, 30 September 2024 PlayStation 1 (hist | edit) [9,131 bytes] Key-Real (talk | contribs) (Created page with "{{Play Station 1}} == Overview == Every Instructions on this Page are for Linux. The Play Station 1 port is currently under development in Git "main" branch. If I use the word PSX it is equivalent to the Play Station 1 == Requirements == === GNU BinUtils === The compiler needs gnu binutils. Download a recent version from https://ftp.gnu.org/gnu/binutils/ $./tar -xf <binutils.tar.gz> $./cd <binutils> $./mkdir build $./cd build $../configure --prefix=/usr/l...") originally created as "PS1"
- 13:48, 30 September 2024 Writing portable code regarding the processor architecture/zh CN (hist | edit) [10,367 bytes] Daixu61 (talk | contribs) (编写处理器架构无关的可移植代码)
- 21:35, 27 September 2024 TIBConnection/ja (hist | edit) [704 bytes] Ariben (talk | contribs) (Created page with "{{TIBConnection}} {{Infobox databases/ja}} {{Note|TIBConnection、プロキシ様のTSQLConnector/jaを用いる代わりに、より純粋なデータベースアプリケーションを作りことができるかもしれない}} '''TIBConnection''' image:tibconnection.png はInterbase/Firebird SQL serverで用いるためのデータベースコネクションコンポーネントである。このコンポーネントはComponent Palette/jaの[...")
- 16:08, 26 September 2024 Firebird/ja (hist | edit) [26,454 bytes] Ariben (talk | contribs) (Created page with "{{Firebird}} {{Infobox databases/ja}} これはLazarus/FPCでSQLDB(FPC/Lazarus同梱のライブラリ)SQLDBを用いて'''Firebird'''データベースを用いるためのガイドである。他のアクセル方法はOther Firebird librariesに述べられている。 __TOC__ ==概要== Firebirdは長年にわたり使用、開発されてきたオープンソースのフリーデータベースサーバである(Borlandによってオープンソースとな...")
- 10:02, 26 September 2024 Introduction to platform-sensitive development/zh CN (hist | edit) [11,853 bytes] Daixu61 (talk | contribs) (平台敏感型开发)
- 14:49, 25 September 2024 Advantage Database Server/ja (hist | edit) [3,701 bytes] Ariben (talk | contribs) (Created page with "{{Advantage_Database_Server}} {{Infobox databases}} ==Overview== This brief tutorial is intended to get you started using the Advantage TDataSet descendent to access tables hosted by the '''Advantage Database Server'''. == Installing the Advantage TDataSet == === Windows === If installing the Advantage TDataSet on Windows, you will need to download and install the Advantage Delphi Components (version 10.1 or greater). The install media can be obtained from the Adva...")
- 15:55, 23 September 2024 mysql/ja (hist | edit) [26,608 bytes] Ariben (talk | contribs) (Created page with "{{mysql}} {{Infobox databases}} == 概要 == Free Pascal/LazarusからMySQLデータベースサーバにアクセスできる。また、LazarusとMySQLを接続するためにLazarusコンポーネントとして、MySQLデータアクセスコンポーネント(MyDAC)も利用できる。 [devart.com/mydac/download.html Lazarus components MyDAC] は無料でダウンロードできる Win64: 警告ここ FPC/La...")
- 14:12, 23 September 2024 TStringGrid/ja (hist | edit) [10,726 bytes] Ariben (talk | contribs) (Created page with "{{TStringGrid}} '''TStringGrid''' image:tstringgrid.png はComponent PaletteのAdditional tabにある。StringGridは編集されるかもしれない、テキスト情報を提供する。 == StringGridプログラムの例 == この例は作るために、Lazarusの新しいプロジェクトを作る。TStringGridコンポーネントメニューエリア、またはコンポーネントウィンドウからクリックして選択、フォームに加...")
- 13:16, 23 September 2024 TPairSplitter/ja (hist | edit) [895 bytes] Ariben (talk | contribs) (Created page with "{{TPairSplitter}} A TPairSplitter image:tpairsplitter.png はパネルやフォームに配置され、2つのTPairSplitterSideサブコンポーネントを提供する。 以下の例にある通り、TPaintBox アイテムはTPairSplitterSideに配置される。 image:component-TPairSplitter.png <syntaxhighlight lang=pascal> unit Unit1; {$mode objfpc}{$H+} interface uses Classes, SysUtils, Forms, Controls, PairSplitter, ExtCtrls; type TF...")
- 13:03, 23 September 2024 TApplicationProperties/ja (hist | edit) [841 bytes] Ariben (talk | contribs) (Created page with "{{TApplicationProperties}} '''TApplicationProperties''' image:tapplicationproperties.png は不可視の多くのアプリケーションプロパティに簡単にアクセスするコントロールである。 TApplicationPropertiesはComponent Palette/jaのAdditional tab/jaにある。 * CaptureExceptions * HelpFile * Hint * HintColor * HintHidePause * HintPause * HintShortCuts * HintShortPause * ShowButtonGlyphs * ShowMenuGlyphs * ShowHint * ShowMainF...")
- 12:54, 23 September 2024 TMaskEdit/ja (hist | edit) [8,978 bytes] Ariben (talk | contribs) (Created page with "{{TMaskEdit}} A '''TMaskEdit''' image:tmaskedit.png は'編集マスク'に適合するように編集できる1行テキストを持つコントロールである。Component Palette/jaのAdditional tab/jaにある == 編集マスクプロパティ == 編集マスクは3つのフィールドよりなり、それぞれがMaskFieldSeparator文字(デフォルトはセミコロン(';'))である。 {|class="wikitable" |- |'''フィールド''' || ''' 型 '''...")
- 06:09, 23 September 2024 TFlowPanel/ja (hist | edit) [1,114 bytes] Ariben (talk | contribs) (Created page with "{{TFlowPanel}} '''TFlowPanel''' image:tflowpanel.png はフォーム上のそのControlListの中の他の「浮いている」コンポーネント(パネル)を含むことができるパネルを生成するコンポーネントである。TFlowPanelはTWinControlの派生でComponent Palette/jaのAdditional tab/jaにある。TFlowPanelは(ウインドウのサイズ変更やディスプレイデバイスの変化)のために固定された配置を...")
- 05:55, 23 September 2024 TControlBar/ja (hist | edit) [315 bytes] Ariben (talk | contribs) (Created page with "{{TControlBar}} '''TControlBar''' image:tcontrolbar.png はフォーム上のツールバーコンポーネントを調整するコンポーネントである。 ==以下も参照のこと== * TControlBar documentation * TToolBar * TCoolBar {{LCL Components/ja}}")
- 05:39, 23 September 2024 TScrollBox/ja (hist | edit) [803 bytes] Ariben (talk | contribs) (Created page with "{{TScrollBox}} right '''TScrollBox''' image:tscrollbox.pngはフォーム上で他のコンポーネントを含むことのできる領域を作るコンポーネントである。スクロールボックスの可視領域はおそらく(非常に)それが含むコンポーネントの合計サイズより小さくなるだろう。TScrollboxは水平、垂直双方にコンポーネントの表面をスクロールするスクロ...")
- 05:30, 23 September 2024 TCheckListBox/ja (hist | edit) [2,451 bytes] Ariben (talk | contribs) (Created page with "{{TCheckListBox}} A '''TCheckListBox''' image:tchecklistbox.png はユーザーが複数の選択ができる(スクロールできる)チェックボックスのコンポーネントである。Component PaletteのAdditional tabにある。 File:CheckListBoxDemo.png == 使い方 == TCheckListBoxは2つの部品からなってると考えること。左にチェックボックスを持つ、文字の入ったTListBoxである。この文字列は...")
- 05:02, 23 September 2024 TTrayIcon/ja (hist | edit) [344 bytes] Ariben (talk | contribs) (Created page with "{{TTrayIcon}} '''TTrayIcon''' image:ttrayicon.png はシステムトレイにプログラムアイコンを生成するコンポーネントである。Component PaletteのAdditional tabにある。 ==以下も参照のこと== * TTrayIcon doc * How to use a TrayIcon {{LCL Components/ja}}")
- 04:53, 23 September 2024 TSplitter/ja (hist | edit) [5,209 bytes] Ariben (talk | contribs) (Created page with "{{TSplitter}} A TSplitter image:tsplitter.png はサブパネルを機能的に分離するための垂直、あるいは水平の棒である。 このコントロールはフォームを視覚的に2つに分離するために用いられ、アプリケーションを垂直、または水平に移動することを可能とする。これはComponent PaletteのAdditional tabにある。 TSplitterは基本的に2つの異なるモードを持つ。A...")
- 03:54, 23 September 2024 TLabeledEdit/ja (hist | edit) [488 bytes] Ariben (talk | contribs) (Created page with "{{TLabeledEdit}} '''TLabeledEdit''' image:tlabelededit.png は1行の編集できるテキストのコントロールで隣にラベルがつく。これはComponent Palette/jaのAdditional tab/jaにある。TLabeledEditはラベルを編集できるTEdit/ja と TLabel/ja の組み合わせである。 image:component-TLabeledEdit.png ==See also== * TLabeledEdit doc * TEdit/ja * TLabel/ja {{LCL Co...")
- 15:22, 22 September 2024 postgres/ja (hist | edit) [12,021 bytes] Ariben (talk | contribs) (Created page with "{{postgres}} {{Infobox databases}} == 概要 == You can use Free Pascal/Lazarus to access a PostgreSQL database server. If you are looking for information on the ''postgres'' package in FPC, please see postgres#PostgreSQL_package:_the_low_level_units below. Advantages of PostgreSQL: * It is very widely used and available * Very stable and has a complete feature set * Liberal license (no costs) in comparison with MySQL Disadvantage of PostgreSQL: * Some hosters...")
- 13:46, 22 September 2024 MS Access/ja (hist | edit) [17,591 bytes] Ariben (talk | contribs) (数の)
- 09:57, 21 September 2024 Creating bindings for C libraries/zh CN (hist | edit) [28,882 bytes] Daixu61 (talk | contribs) (为C语言库创建Pascal绑定项目)
- 08:45, 21 September 2024 WebAssembly/Debugging (hist | edit) [5,668 bytes] Nickysn (talk | contribs) (Created the WebAssembly debugging page)
- 23:19, 14 September 2024 FPSpreadsheet: Chart Tutorial (hist | edit) [8,541 bytes] Wp (talk | contribs) (Initial commit: workbook preparation)
- 06:27, 24 August 2024 Canvas rectangle (hist | edit) [5,697 bytes] Aruna.Hewapathirane (talk | contribs) (Created page with "Debuting Soon")