Tag: Delphi
-
Delphi – uses controls unit in all versions of Delphi, VCL, FMX
This shows how to USE the CONTROLS unit in a way that will work for all versions of Delphi (old and new) as well as VCL and FireMonkey., You can use variations of this for other units
-
Delphi FMX – click through form. HitTest not available
Create a Delphi FireMonkey (FMX) form that the user can click through
-
Examples of Devart UniDac connecting to Oracle database
Examples of Devart Unidac connecting to an Oracle database using Oracle Client and direct connection (no Oracle Client)
-
Multi Line Popup Hints for Delphi VCL and FMX
Learn how to setup multi line popup hints in Delphi for any type of control for both VCL and FireMonkey. This uses native Delphi code. You don’t need to hack the forms’s DFM text file