Most voted "delphi-tokyo" questions
8 questions
Sort by count of
-
6
votes1
answer801
viewsChange Inputquery Box Size
The InputQuery is a message where we can enter a certain value, but changing the value of the variable passed as reference, see its structure : //Função InputQuery function InputQuery(const…
-
5
votes1
answer588
viewsHow to know which object is focused at runtime
I see you already have a question similar with mine only that is in C#. I’m doing a field check routine and when one of the date fields is empty it gives the message. I need that when one of these…
delphi delphi-10 delphi-berlin delphi-tokyo delphi-seatleasked 6 years, 7 months ago Edu Mendonça 2,564 -
5
votes1
answer373
viewsIntegrating Delphi to Word (enabling Save Word button)
Some time ago I created a system that integrates the MS Word with the Delphi, only that the button of Save Word gets disabled. It would be important that this button was enabled, because it is…
-
4
votes0
answers721
viewsFastreport 5.6.2 - Why didn’t you generate . bpl files
I performed the Procedures to install the Fastreport in the Delphi 10.2 I compile the sources of Fastreport but the files .bpl does not appear in the Folder. What must be done? I followed those…
-
3
votes2
answers732
viewsI opened a Form inside a Panel
Seeing a Question here on Stackoverflw where one of the answers was to open the Form within a Tpanel. It is possible to open a Form within a Tpanel? And if positive as one does to open a Form Within…
-
2
votes2
answers688
viewsDelete a line in Dbgrid without deleting in Database
Could erase one or more lines from a given Dbgrid without deleting the database record? I was trying something like this but it didn’t work. while not DataModuleGeral2.qryAudienciasInicial.Eof do…
delphi delphi-10 delphi-berlin delphi-tokyo delphi-seatleasked 6 years, 6 months ago Edu Mendonça 2,564 -
2
votes1
answer1114
viewsSaving formatted text in the Firebird database
I know you have a similar question to that, but it’s for tag C# Has with Save formatted text in a TRichEdit in the Firebird? What would be the data type of field that makes this recording possible?…
delphi firebird delphi-berlin delphi-tokyo delphi-seatleasked 6 years, 6 months ago Edu Mendonça 2,564 -
0
votes2
answers330
viewsTopenpicturedialog does not take the path from the Images folder
I have in my form a component TOpenPictureDialog to open the Images on a system, only instead of it taking the full path of the image file it only takes the alias. Ex How I need : 'C: Users User-03…