Questions tagged as 'delphi'

2
answers

What is the usefulness of pdoxusrs.net?

Hello, I have the following problem, I have a Delphi 7 application with paradox (I believe that with BD this also happens) that uses the pdoxusrs.net file, however other applications use it. Someone can explain how this actually works, I'm...
asked by 15.07.2015 / 15:55
1
answer

How to put shadow on a label in Delphi?

Hello, I wanted to know how to put shadow on a label in Delphi like this one in the image below:     
asked by 21.06.2015 / 03:27
1
answer

Converting date to American format in delphi

I have the following code: procedure Tfrmniver.FormCreate(Sender: TObject); var hoje : tdatetime; dia:Integer; begin //Defini a quantidade de dias dia:=15; // vamos obter a data de hoje hoje := date; // vamos subtrair 5 dias da data de hoje...
asked by 14.05.2015 / 14:51
1
answer

Problems with Routine to Identify Windows Version

I'm having a problem with a routine that identifies the windows version. In case I am using Delphi 7, I placed the routine in a program that resolves and puts in a textbox, beauty worked, I made some changes and perfect the answer confers with t...
asked by 07.05.2015 / 16:25
1
answer

Question about modal form in MDI application

Well, I'll try to summarize. I have an MDI application which I would like the "MODAL" forms to be superimposed only on the "fsMDIChild" forms and not on the entire application. I did a search and did not get a solution through showmodal, it seem...
asked by 20.04.2015 / 14:27
1
answer

Sort an array (array) of double based on the chosen column

I have a multidimensional array in Delphi with 3 rows and 2 columns, I wanted a way to sort it based on a column, follow the example: procedure; var Matriz: array of array of Double; begin SetLength(Matriz,3,2); Matriz[1,1]:= 1; Matriz...
asked by 06.03.2015 / 19:12
1
answer

Go through TList and load TMemo with TList information

[TList in firemonkey mobile] Personally, I've had a problem here for some time now. I can not work with TList on firemonkey mobile, on specific tested until then "Android". If I compile for Win32 it works perfectly. What I want t...
asked by 16.12.2014 / 14:33
1
answer

Component or PDF Converter

Does anyone know of any component for Delphi XE that converts PDF to DOC or HTML? Or if possible edit the direct PDF and change it?     
asked by 03.10.2014 / 20:31
1
answer

DBTreeGrid component for DelphiXE

I need a component DBTreeGrid for DelphiXE3 ? I already searched Google but found nothing: ( Does anyone know of any?     
asked by 08.08.2014 / 16:34
1
answer

OpenSSL in Delphi 7 [closed]

I need to use the OpenSSL functions directly in Delphi 7 and I need help because I can not do it.     
asked by 29.10.2014 / 20:45