0
votes
4answers
29 views
How can I get MSBuild to do a full build of a Delphi project equivalent to dcc32 -b?
How can I get MSBuild to do a full build of a Delphi project equivalent to dcc32 -b?
I've got two projects I'm trying to build, the first one uses some conditional defines, which …
3
votes
2answers
149 views
Delphi/pascal: overloading a constructor with a different prototype
I'm trying to create a child class of TForm with
a special constructor for certain cases, and
a default constructor that will maintain compatibility with current code.
This i …
1
vote
5answers
74 views
Where should I begin when building a component?
Hello, I am looking to build my own component and have no idea where to begin. I have some Delphi books but they are old and outdated, and am looking for some recommendations on t …
1
vote
3answers
79 views
how to set array length with delphi 2010 rtti
how to set array length in runtime ?
setLength(t.GetProperty('Propertys'),3); ????
unit Unit3;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Grap …
0
votes
1answer
53 views
Landscape printing in Rave Reports Delphi 7
I have create report designs in Rave (Delphi 7). However they are in portrait mode. When user selects landscape printing from Print Setup, it is printer in portrait again anyway. H …
2
votes
2answers
51 views
Adding validator symbol next to control on a Delphi form.
Hi,
I have an application, where there are many forms which follow visual form inheritance.
Every form has standard delphi components as well as custom components.
Form validatin …
3
votes
4answers
203 views
How can I detect a debugger or other tool that might be analysing my software?
A very simple situation. I'm working on an application in Delphi 2007 which is often compiled as 'Release' but still runs under a debugger. And occasionally it will run under SilkT …
0
votes
4answers
64 views
How to catch onmouseleave event for TDateTimePicker component in Delphi 7
I need to detect OnMouseLeave event for TDateTimePicker component, but it doesn't contain such event in events list. Is there a way to detect it manually?
0
votes
1answer
26 views
Server AContexts List with Indy10
Hi,
I'm using Indy10 under Delphi2009. I have a server/client application, with TidTCPServer and TidTCPClient.
I found a problem in my "logical" code.
This is :
When the server d …
0
votes
0answers
25 views
How can I print SelectedRows in DBGrid using Rave Report ?
To report current record in dataset I have made (one record by page):
RvSystem1.SystemPrinter.FirstPage := DataSet.RecNo;
RvSystem1.SystemPrinter.LastPage := DataSet.RecNo;
So, …
0
votes
0answers
24 views
Some components cause block threads
I wrote a Delphi application that have some threads.In one of my forms there is a Shelltreeview component and whenever i click on a node to expand it, it takes some minutes to expa …
1
vote
5answers
155 views
copy file in a thread
I am trying to write to copy a file by invoking a separate thread.
Here is my form code:
unit frmFileCopy;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Grap …
0
votes
1answer
32 views
Marshaling Delphi 5 OleVariant to C#
I'm trying to use some legacy Delphi 5 DLLs from C# (2.0/3.5). Some of the exported functions are declared as such:
function SimpleExport: OleVariant; stdcall;
function BiDirectio …
1
vote
2answers
49 views
TRibbon’s large button’s image is not centered…any ideas? easy to demonstrate at design-time.
i'm using delphi 2009 (updates 1, 2, 3, 4). i'm seeing something quite peculiar. the image on the button is not centered in the button when i have a large button with a large gly …
2
votes
1answer
97 views
Bluetooth on Lazarus/FreePascal on Mac OS X
Has anyone used Bluetooth on Mac OS X with Lazarus or FreePascal? There is a bluetooth unit, but it currently only supports Linux.
Information about existing unit:
http://wiki.fr …
