delphi-2006 Questions

1

Solved

Today I've encountered a 'strange' hint: override method xxxx should match case of ancestor yyyy. Solution was to declare the method name exactly as in the ancestor....I believe this is someth...
Marnimarnia asked 13/10, 2011 at 13:16

3

Solved

In Delphi can you change the caption of the ShowMessage dialog because by default it is taking my exe name. And can I change the background color, size of the same?
Ultramontanism asked 13/10, 2011 at 12:44

4

Solved

I know this was discussed on other topics also, what I'm asking is exactly the title of this question. Is there such case when try/finally the finally won't execute? try //some error here fi...
Eaves asked 25/8, 2011 at 14:7

1

Solved

Given that I am executing an EXE file (D2006 app) on a machine across the network, how can I get the pathname to the commondocs folder on that machine, given that the EXE might have been invoked fr...
Vacuole asked 20/5, 2011 at 2:46

4

Solved

I have a D2006 app that contains a page control and various grids, etc on the tabs. When I resize the main form (which ripples through and resizes just about everything on the form that is aligned ...
Murvyn asked 2/3, 2011 at 19:33

2

Solved

I am using the operator overloading for records in Delphi 2006. (Please don't answer this question by telling me not to.) I have two record types with the implicit operator overloaded. They are bo...
County asked 21/4, 2009 at 2:15

2

Solved

I want to copy the content in the string to char array. Can I use this code StrLCopy(C, pChar(@S[1]), high(C)); I am currently using Delphi 2006. Will there be any problems if I upgrade my Delphi...
Reprint asked 14/12, 2010 at 14:17

6

Solved

How can I create a random 64-bit integer value in Delphi 2006? The built-in integer-based Random() function seems to return only values between 0 and 2^31.
Zounds asked 10/12, 2010 at 12:54

2

Solved

I have an app written in Delphi 2006 that regularly reads from a disk file located elsewhere on a network (100Mb ethernet). Occasionally the read over the network takes a very long time (like 20 se...
Weixel asked 17/11, 2010 at 1:46

2

Solved

I have the construct: {$ifopt FINITEFLOAT ON} {$message 'FINITEFLOAT option ON' } {$else } {$message 'FINITEFLOAT option OFF' } {$endif } in my source and it won't compile! It's got to be some...
Cobb asked 31/8, 2010 at 21:23

1

Solved

I have a Delphi 2006 app with a CHM help file. It all works OK except that I cannot get any help to connect to the "Help" button on the TOpenDialog and TSaveDialog. A simple program demonstrating ...
Thibaud asked 14/10, 2010 at 22:11

3

Solved

This is an odd behaviour by my D2006 as it happens sometimes only. I have a project I want to debug. The file I want to debug is named 'Main.pas'. I have another unrelated project with the same Uni...
Ablation asked 8/4, 2010 at 20:6

3

Solved

I have the following task: download a file using HTTPS and authentication. Indy seems the way to go but for some reason it doesn't work so far. I have the following in place: a TIdHTTP component ...
Invade asked 11/2, 2010 at 12:5

2

Solved

The XMLDoc tool for API documentation is explained here: http://edn.embarcadero.com/article/32770 Are there any free or commercial tools which can be used to create documentation based on Delphi'...
Ypres asked 23/3, 2009 at 19:35

3

Solved

In a Delphi application we are working on we have a big structure of related objects. Some of the properties of these objects have values which are calculated at runtime and I am looking for a way ...
Baccalaureate asked 8/10, 2009 at 8:14

4

Solved

For each setter of a class I have to implement some event logic (OnChanging, OnChanged): procedure TBlock.SetWeightIn(const Value: Double); var OldValue: Double; begin OldValue := FWeightIn; DoO...
Catiline asked 23/7, 2009 at 7:10

4

Solved

Delphi 2006 introduced new capabilities for records, making them more 'object-oriented'. In which situations is the record type more appropriate for a design than a class type? Which advantage doe...
Transfiguration asked 9/5, 2009 at 14:10

3

Solved

What is the best way to save a Delphi Type Library in SVN. The file changes every time you compile the Application The file is not saved in a readable form of AscII It is very difficult to work...
Hodosh asked 14/1, 2009 at 14:50

2

Solved

For some reason, lately the *.UDL files on many of my client systems are no longer compatible as they were once saved as ANSI files, which is no longer compatible with the expected UNICODE file for...
Superman asked 1/10, 2008 at 16:8

© 2022 - 2024 — McMap. All rights reserved.