Top "Lazarus" questions

Lazarus is an open-source multiplatform RAD environment for the Free Pascal compiler, in the spirit of Delphi, with which it has a fairly high degree of compatibility.

Lazarus: DBGrid showing "(MEMO)" as the value of string fields in SQLite 3

I'm trying to write a simple SQLite 3 application using Lazarus and the SQLdb components. I have managed to connect to …

delphi sqlite lazarus memo
Setting a DBGrid column format in Delphi

I am using a DBGrid component in Delphi. I wonder how I can set the format of a column. I …

delphi format currency lazarus dbgrid
Can I use Lazarus Pascal to build for iOS AND Android

I would like to know: If it's possible to use Lazarus (Pascal) for both Android and iOS development. If the …

android ios mobile lazarus
Best way for read and write a text file

I am using the latest version of Lazarus IDE and I have a Memo1 on my TForm1. I have to …

delphi file-io text-files lazarus fpc
Saving and Loading Treeview using XML

Note Sorry in advance for the long post, I though it would be best to put as much information on …

xml delphi delphi-xe lazarus
Listing Files On Directory On a TListView

I'm building a program that needs to on Form_Create, populate a TListView called FileList, the directory that I want …

delphi file-io lazarus tlistview
String to byte array in UTF-8?

How to convert a WideString (or other long string) to byte array in UTF-8?

utf-8 lazarus freepascal
Using windows command line from Pascal

I'm trying to use some windows command line tools from within a short Pascal program. To make it easier, I'm …

pascal lazarus freepascal
How to switch between Win32/64 code generation in Lazarus?

I installed 64-bit Lazarus and want to generate 32-bit code. When I try to set Target OS to Win32 I …

delphi 32bit-64bit freepascal lazarus
Is there a central FreePascal/Lazarus Component repository?

I'm looking to find something like Torry but instead of being Delphi centric, it should be Lazarus centric. I'm aware …

repository components lazarus freepascal