Questions tagged as 'delphi'

1
answer

How to change mouse cursor icon when hovering over link?

Information: I have a table with employee data. There is a column of this table, where the emails are contained, they have a link that opens directly in Outlook . The component I'm using in my table is DBGrid . Purpose: I would...
asked by 12.02.2014 / 11:29
1
answer

Delphi property

I have a component that has the function of connecting to a specific hardware. It connects through the network or serial port. Something like the code below: TConexao = (conRede, conSerial); THardware = class(TComponent) private FAt...
asked by 21.10.2014 / 12:44
1
answer

How popular is a Grid with a list of users using LiveBindings?

How popular is a Grid with a list of users using LiveBindings? Having created a type: TPessoa = class private FId: integer; FNome: string; FDataNascimento: TDate; public property Id: integer read FId write FId; property Nome: st...
asked by 02.03.2015 / 18:35
1
answer

Create a global variable in Delphi

I need to run the following code, but the form in question is not always UniForm1 . So I'm thinking of storing the name of form in a variable and replacing UniForm1 with it. Instead of using: UniForm1.Parent := UniPanel1; UniForm1...
asked by 19.09.2017 / 14:23
1
answer

Release configuration options in Debug and Release mode in Delphi

In Delphi projects, we have Debug and Release options Build Configurations . IknowthatDebugmodeisusedtodebugtheapplicationandthatitgeneratesalargerexecutablebyaddingcuepointstothedebugger.Releasemodenolongerincludesdatumsandgenerate...
asked by 07.05.2014 / 21:38
1
answer

Buttons with different appearance at design time and execution time

Has anyone had the above problem? At development time the button design is normal. However, after compiling and running the application, they look like buttons from the Windows98 era. Windows 7 - 64-bit Delphi 10.1 Berlin Thanks for...
asked by 10.10.2016 / 16:56
1
answer

How does FireMonkey (Delphi) compile for Android?

I did some research but did not get good results, the project folder looks like a common Delphi or C ++ project! VCL - Delphi FMX - Firemonkey Please note: With the exception of the Android folder, where it contains some subf...
asked by 20.01.2016 / 01:55
6
answers

Log System losing data, how to use Threads?

I currently have a mid-level system where I need to record detailed Log of everything that happens in the system, the Company that is divided into Departments audits everything that happens through Log! I have a simple Procedure that a...
asked by 31.10.2015 / 12:06
1
answer

Delphi Error or Bug in Procedure Creation

In the creation of the Automatic Procedure, double click on the component, Delphi XE8 and delphi-10 is having a strange reaction it mixes the new Procedure with one of the existing Procedure, causing their names to be wrong and I have to correct...
asked by 14.11.2015 / 01:00
1
answer

Error in SOAP communication. Lack of tag termination character in XML

It took some time to implement communication with SOAP WebServices in legacy applications written in Delphi 6 . The WebServices that I needed to communicate with these systems were written in Delphi (newer versions with unicode) and C # (asa...
asked by 25.04.2015 / 01:59