Questions tagged as 'delphi'

2
answers

Declare const array of variant

When I need to use const of array I usually do this: var Campos : array [0..2,0..1] of string = (('campoa','AAA'), ('campob','BBB'), ('campo...
asked by 25.05.2018 / 17:20
2
answers

WriteLn Catching on Delphi Seattle

I'm having a problem where when passing through the function write it ends up locking inside the function, and does not return anything, having to close the application and open again, below the code for test, just create a project and pa...
asked by 01.03.2017 / 15:45
2
answers

How to create an Anonymous Thread in Delphi

I would like to know how to create an Anonymous Thread in Delphi, if I can show an example I'll be grateful.     
asked by 23.12.2015 / 21:14
2
answers

Error while running the application on another computer

I developed an application that at the time of running on my computer the same runs normally but when trying to run the same application on another device the following error appears and I can not access the Database: Note:Ihavealreadycopied...
asked by 18.11.2016 / 20:13
2
answers

RadioButtons tabStop independent of Checked property

I have a set of RadioButtons, Edits and Labels inside a GroupBox, as in the image below: I would like the focus on Tab to focus on no RadioButton, but only on Edits, so I thought of changing the TabStop = False property of all...
asked by 11.12.2018 / 13:36
3
answers

Problems with Midaslib

I'm trying to run an application in Delphi, but every time I try to compile a "Midaslib 'not found" error appears, is there any way to put this library manually? I checked that midas.dll was once used.     
asked by 24.10.2017 / 17:38
2
answers

I opened a Form within a Panel

Seeing a question here in the Stackoverflw where one answer was to open Form within a Tpanel . Is it possible to open Form within Tpanel ? And if positive how do I open a Form within a Tpanel ?     
asked by 05.04.2018 / 13:43
2
answers

How do I convert multiple ".dfm" files that are in binary format to text?

I have a legacy project that was initially developed in versions prior to Delphi 7, where it has a very large number of units (.pas) and forms (.dfm). I am having a problem because as the .dfm files are in binary format I can not compare th...
asked by 28.03.2014 / 17:52
2
answers

Size difference (Release / Debug)

In Delphi has Build Configurations (Release and Debug), by choosing the Release the size of the executable decreases, I wanted to know what it does not include in the Release because the size had a considerable decrease in relation to Debug....
asked by 12.08.2016 / 18:12
2
answers

How to find all the '' characters of a memo and store in a vector using delphi?

I have a edit field in Delphi and I need to go through it in search of the > character and store the position of all > characters in a vector. By doing this I can only get the position of the first character...
asked by 17.09.2018 / 14:46