Questions tagged as 'delphi-tokyo'

1
answer

Change InputQuery box size

The InputQuery is a message where we can inform a certain value, but changing the value of the variable passed as reference, see its structure: //Função InputQuery function InputQuery(const ACaption, APrompt: string; var Value: strin...
asked by 27.04.2018 / 19:17
1
answer

How to know which object is focused at runtime

I saw that you already have a similar question with mine only that is in C # . I'm doing a field check routine and when one of the date fields is blank it gives the message. I need when one of these fields is in focus, show the field nam...
asked by 06.04.2018 / 21:18
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
0
answers

Integrating Delphi with Word (by enabling the Word Save button)

For some time now I've created a system that integrates MS Word with Delphi , of Save of Word is disabled. It would be important for this button to be enabled because it already saves where the file was created. I want to kn...
asked by 16.05.2018 / 21:07
2
answers

Delete a row in the DBGrid without deleting in the Database

Would you like to delete one or more rows from a particular DBGrid without deleting the database record? I was trying something like this but it did not work out. while not DataModuleGeral2.qryAudienciasInicial.Eof do begin if (DM.qryAu...
asked by 03.05.2018 / 21:40
0
answers

Writing text formatted in the firebird database

I know you have a similar question with this plus is for tag C# Have you saved the formatted text to a TRichEdit in Firebird ? What would be the data type of the field that enables this recording?
asked by 12.05.2018 / 16:48
0
answers

How to Extract Text from a PDF File and Pass TMemo

How do you extract the text from a .PDF file and pass TMemo ? I know you have components for viewing / creating .PDF but I have never seen one that copies the text or passes the text to another file type. Do you have any component...
asked by 31.03.2018 / 14:39
2
answers

TOpenPictureDialog does not take the path to the Images folder

I have in my form a TOpenPictureDialog component to open the Images on a system, but instead of taking the full path of the image file it only takes the alias. Ex How do I need: ' C: \ Users \ User-03 \ Pictures \ File.jpg How it...
asked by 05.10.2018 / 21:23
1
answer

FastReport 5.6.2 - Why did not you generate the .bpl files

I performed the FastReport procedures in Delphi 10.2 Compile the FastReport does not appear in the folder. What should be done? I followed these steps: In the FastReport folder I rejoice the recompile.exe in Administrator mode....
asked by 16.06.2018 / 15:19