delphi-xe6 Questions
2
Solved
I am trying to register a DirectWrite (Windows 7, Windows 8) API based font file loader, and recreate in Delphi, the CustomFont demo from the Windows 7 SDK that shows how to use DirectWrite APIs wi...
Stinger asked 22/8, 2014 at 13:36
0
There is a bug in TListView.
Reading a column's Width can cause the listview to try to get the column width from the underlying Windows LISTVIEW control directly - before the Win32 control's colu...
Bubbly asked 22/8, 2014 at 14:27
4
I am trying to drag and drop a video file (like .avi) from desktop But ı can not take it to the my program.But when ı try to drag and drop inside my program it works fine.For ex: I have an ed...
Sennet asked 21/8, 2014 at 11:59
2
Solved
I build my project, and there are no errors:
That's because the build succeeded without any errors:
This is a good thing. The application runs and everything!
Except there are errors
What ...
Zachary asked 14/8, 2014 at 15:23
1
Is it possible to make VCL element transparent to clicks like disabling hit test in FMX?
Libratory asked 5/8, 2014 at 11:55
0
Create a form and place a TValueListEditor. Set the doColumnTitles display option to False. Try and delete the first row. You will get a 'Grid Index out of Bounds' error. It is an ugly pig and so I...
Octahedron asked 29/7, 2014 at 6:0
1
Solved
Im new to Firemonkey and Android and i dont know if i have the wrong approach. I want to have a app running and read a NFC-Tag.
Is there a way to use the NFC Reader in android devices with firemo...
Bieber asked 9/7, 2014 at 10:12
1
Solved
What is the TForm.TipMode property for ?
It's been added in Delphi XE3, but the documentation says nothing about this property.
Glottology asked 21/7, 2014 at 21:51
1
When you compile a DLL in Delphi XE6, it automatically exports the function TMethodImplementationIntercept from System.Rtti.pas. I tried to find a way to avoid this export but didn't find any confi...
Thematic asked 13/7, 2014 at 1:12
2
I've code in Delphi XE2 who work perfectly. But in Delphi XE6 it doesn't work.
I create a Tform with the property AutoSize to true. I use a TPanel align alTop with a button for create some another ...
Aeri asked 11/7, 2014 at 10:1
2
Solved
How can I efficiently swap pointers in Delphi? I am trying to exchange pointers for integer type. The following example works however I2 is 0 when compiled with 64 bit.
program Project11;
{$APPTY...
Ibex asked 25/6, 2014 at 17:51
1
Solved
I am going to deploy a 64 bit version of an OCX written in Delphi. The OCX requires stdvcl40.dll to be available and registered in the target system. To my knowledge there is only a 32 bit version ...
Superload asked 25/6, 2014 at 14:14
2
Solved
I am trying to work around a known ugly performance limitation in System.Classes.pas, which has a 1980s era constant buffer limit ($F000) that looks like this:
function TStream.CopyFrom(const Sour...
Bitolj asked 10/6, 2014 at 15:40
0
The error appears in the ShowMessage(aServer.mc_version) line of this code:
uses mantisconnect;
procedure TForm.Button1Click(Sender: TObject);
var
aServer: MantisConnectPortType;
begin
aServer ...
Brainchild asked 9/6, 2014 at 9:1
2
Based on this link Conditional compilation (Delphi) CPUARM conditional if should be false for Simulator and true for device, the problem is it's not working for me.
I am using Delphi XE6, iOS Simul...
Appendicle asked 22/5, 2014 at 9:37
2
Solved
I would like to enforce
{$SCOPEDENUMS ON}
on all of the units within a project.
Currently I add this to every unit immediately after the unit declaration:
unit unt_WotcSearch;
{$SCOPEDENUMS O...
Hiroko asked 15/5, 2014 at 20:14
1
Solved
At some point, my IDE Insight function stopped working. I have checked both the XE5 and XE6 versions that I have on my system and neither work, so it must be environmental.
When I click on the men...
Bookseller asked 17/4, 2014 at 21:37
2
As Embarcadero said :
"WebBrowser Does Not Accept Keyboard Input on Android
On Android devices, the on-screen keyboard is not available in a TWebBrowser control. This means that a user cannot com...
Richmound asked 3/1, 2014 at 7:41
© 2022 - 2024 — McMap. All rights reserved.