Questions tagged as 'delphi-4'

1
answer

How to disable a TTimer object when you click a button that opens another form and enable it again when the other form is closed?

Good morning. I have a timer running on a form that calls several others. When this form opens another the timer should be stopped and when the form that was opened is closed the timer must be enabled again. However, I can only do this in just o...
asked by 20.11.2018 / 13:34
1
answer

Manipulation of sql temporary tables in delphi

Good afternoon I create in Delphi a temporary Sql table, that is, it does not exist physically. I can even write data to it, but I can not put the information in a dbgrid: 1) I created the table like this: qryCIDtemp.SQL.add('Create table '...
asked by 21.06.2018 / 20:08