delphi-xe3 Questions

3

Solved

In order to create a font picker I need to get the list of fonts available to Firemonkey. As Screen.Fonts doesn't exist in FireMonkey I thought I'd need to use FMX.Platform ? eg: if TPlatformServi...
Sorcim asked 12/11, 2012 at 15:34

1

Solved

I'm trying to make a Delphi application to work with AlwaysOn solution. I found on Google that I have to use MultiSubnetFailover=True in the connection string. Application is compiled in Delphi XE...
Ese asked 27/5, 2015 at 10:12

4

Solved

im trying to make a multiple statement query like this : // without the second insert the query works fine. // i need 2 querys to work because later, i'll do inserts on different kind of tables. //...
Osage asked 26/5, 2013 at 12:45

1

Solved

In the following example code the call to AssertTestObj() causes an access violation. Project InvokeTest2.exe raised exception class $C0000005 with message 'access violation at 0x00000000: read...
Gerardgerardo asked 16/3, 2015 at 9:55

1

How do I use animated PNG in Delphi?
Cachexia asked 24/12, 2012 at 13:26

4

Solved

Consider the following program: program TThreadBug; {$APPTYPE CONSOLE} uses SysUtils, Classes, Windows; type TMyThread = class(TThread) protected procedure Execute; override; end; procedur...
Pennypennyaliner asked 23/2, 2013 at 15:15

1

Solved

I'm trying to write a DLL in Delphi to allow my C# app to access an Advantage database (using VS2013 and not been able to access the data directly). My issue is after I make the call, the array in...
Haygood asked 17/9, 2014 at 10:52

1

Solved

System.TypInfo.TPropInfo has two function members (at least in D-XE3): function NameFld: TTypeInfoFieldAccessor; inline; function Tail: PPropInfo; inline; I cannot find any documentation for th...
Centimeter asked 5/4, 2013 at 11:37

4

Solved

I am looking for a good solution for a decentralized module registration. I do not want a single unit that uses all module units of the project, but I would rather like to let the module units reg...
Grummet asked 29/3, 2014 at 15:30

7

Solved

I am using FastReports, and its resulting PDFs cannot be read correctly on iOS. Because iOS reads PDF/A, which FastReports doesn't support. This is apparently a known bug in FastReports 4.0, and it...
Marmolada asked 7/5, 2013 at 11:29

2

Solved

Windows Explorer has an arrow indicating which column a list view (in report view style) is sorted by and in which direction (ASC vs. DESC). Is it possible to display such a sort indication arrow ...
Feltonfelts asked 9/2, 2013 at 22:20

1

Solved

After installing Delphi XE3 on HP Probook 4540S notebook (Win 7Prof 64 bit) I have problems while compiling, The project was an empty VCL project with no components on the form. At first I received...
Quittor asked 30/12, 2013 at 19:31

1

Solved

I have a Delphi program that starts behaving wrong when run over midnight. To make a reproducable test case I have to change the local time of the system to something before midnight, run the progr...
Minna asked 29/11, 2013 at 8:46

2

Solved

I want to display data from table (column :- ID) at FastReport in Grid format as shown below. Suppose there are 22 records in table then it would display same in 3 * 3 grid at FastReport in followi...
Romeu asked 28/10, 2013 at 13:0

4

Solved

Background: I'm working on a control derived from TCustomControl class which can get focus and which has some inner elements inside. Those inner elements are highlighted if the user hovers them wi...
Headlock asked 24/10, 2013 at 15:59

2

Solved

This would seem fairly simple and maybe I am just missing a bit of syntax glue... Here is my simple generic (Delphi XE3) example: unit Unit1; interface uses generics.collections; type X = cla...
Gliadin asked 22/10, 2013 at 10:41

3

Solved

I'm primarily a C++ programmer, and I've grown used to having class templates like std::unique_ptr, std::shared_ptr, etc for expressing ownership of my objects. Does Delphi have anything that is si...
Mukul asked 12/9, 2013 at 12:43

2

How Can I use embedded font or install new fonts in my firemonkey application? I tried this solution but WM_FONTCHANGE is not defined in FMX! I want to use custom font in my application, how I ca...
Paintbox asked 13/4, 2013 at 7:39

2

Solved

In many confirmation dialogs it is usefull to have such option (quick wayt to disable confirmation). But i can't find how to do that. I don't want to design it myself because i need this dialog to ...
Precocious asked 22/8, 2013 at 11:20

1

Solved

As we can find a Property or an Object using RTTI, can we search for a certain function or procedure (not from an object as a method but from an unit) loaded in memory knowing just it's name? And ...
Sexagesimal asked 5/8, 2013 at 8:35

0

I have ported a control heavy application in firemonkey which I have worked upon with DXScene for little over 2 years now. The sheer number of visual controls updating on every UI change warranted ...
Everrs asked 19/7, 2013 at 11:8

2

Solved

I can't figure out how to detect memory leaks in a statically or even dynamically linked dll. I just want to detect the leaks in the dll, and I don't want to share the memory manager between the dl...
Decillion asked 4/7, 2013 at 18:55

1

Solved

I'm using Delphi to load a dll (that I created in Delphi XE-3) for the purposes of interfacing with some C code. My problem is figuring out why my arrays aren't being passed to the c functions - th...
Bryophyte asked 21/6, 2013 at 17:6

3

Solved

This is somewhat a continuation of my previous question, found here. Essentially, I'm trying to test the dll/functions with a basic example, but I'm getting 'E2010 - incompatible types: AInteger/AD...
Guillema asked 17/6, 2013 at 17:58

1

Solved

I have a Button which is linked to an ImageList. I change the ImageIndex over a OnClickEvent. Now i got the problem that when i change the image with the OnClickEvent it changes, but if i move my ...
Dannie asked 5/6, 2013 at 11:29

© 2022 - 2024 — McMap. All rights reserved.