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.

Convert Integer Into String

I have a some numbers stored in a Integer called mode, but I need to use they in a TProcess. …

delphi string variables integer lazarus
Why would a Delphi programmer use Lazarus as the IDE instead of using Delphi's IDE?

I've been very happy with the Delphi IDE for programming in Delphi. But I've heard about the Lazarus programming environment, …

delphi ide lazarus
Which radio button is selected in a TRadioGroup?

As you can see in my question history, I'm developing a eBook manager, that will be open-source and I will …

delphi integer radio-button lazarus radio-group
How to Format a DBGrid Column to Display Two Decimal Places?

I would like to format specific cells to force two decimal places. The data is coming from an ElevateDB stored …

delphi formatting lazarus dbgrid elevatedb
Xcode 5.0 Error installing command line tools

I just downloaded the last version for Xcode (5.0) and need it develop some Pascal codes on Lazarus. However, the installation …

ios xcode pascal lazarus
Newline Inside a String To Be Shown At a TMemoBox

I'm building a String called FullMemo, that would be displayed at a TMemoBox, but the problem is that I'm trying …

string delphi variables lazarus memo
How to deploy Python to Windows users?

I'm soon to launch a beta app and this have the option to create custom integration scripts on Python. The …

python windows delphi deployment lazarus
What is the difference between Lazarus and CodeTyphon

Firstly, I saw some topics about these two but weren't my answer. I'm looking for a good FPC(Free Pascal …

ide comparison lazarus fpc codetyphon
Delphi TFrame Create/Destroy

How to create (when I want to show it) and destroy (when I want to hide it) frames on the …

delphi frame freepascal lazarus
Delphi - find character a given position/index

I have searched all over for this. In Delphi/Lazarus, given a position, I want to find the character at …

delphi pascal lazarus