|
Home » Network Pages
A D V E R T I S E M E N T
Resource Directory
Delphi Programming Questions and Answers Page
- Anyone familiar with Dejan Crnila's ComPort?
Hi guys - trying to use the ComExample from Dejan's Comport component to read data from an old valve machine via the RS...
- corba components
hello i would like to ask if there is any Corba component which runs under delphi ...
- Identifying Files From Their first 4 Bytes Or Magic Numbers
Hi, I am sharing a tips on "Identifying Files From Their first 4 Bytes Or Magic Numbers" related to Delphi. Sometime ba...
- how can i include version info with delphi exe while building with MSBUILD
I have able to set the version while building delphi executable by using the D2007 by enabling include version informat...
- Blockwrite Blockread dynamic arrays
Hi everyone, don't mean to be beating a dead horse but I am stumpedabout how to get it done.My aim is to write a number...
- TJvDBUltimGrid sorting
I've posted this to the components general group, but no response. I'm trying to learn how to sort a column using TJvDB...
- D2006 - invalid variant type
HelloI?ve a problem with TADOQuery control on Windows 2000. Whenever I try to post record?s changes that alters content...
- TCollection Problem
hi all I am converting the delphi application to c++ builder. I have making the class such asclass TClipCollectio...
- EOutOfResources Exception
I have the following code running inside an indy 10 http server: procedure TServer.httpServerCommandGet(AThread: TIdCon...
- New Delphi Component
Good Morning I am creating a new delphi componet whic is derived from TCustomGroupBox component.I have implemented some...
- What is the advantage?
Hi all, Can anybody tell me the What is the use of learning Delphi?Where I will implement it. Thanks ...
- Tab width in a MessageDlg box
I want to present some text in a simple MessageDlg function. The textis spaced out as the following example: Are you s...
- Where to start?
Hi Whats the best way to get started with delphi for .NET? Surely there must be a good tutorial somewhere online as to ...
- Book to support Delphi 2007 Course
After almost a year, I finally got authorization to use Delphi 2007 fora new project. None of my customer's programmers...
- Record Size
All, We have the following structure in Delphi 5: TMyRecord = recordInt1: integer;Int2: integer;Int3: integer;Date1: TD...
- InstallAware: Is it going to stay?
Today I had to do a minor modification in my D2007 installation. I ran thesetup, chose Modify and asked it to removed I...
- Delphi and C++Builder 2009 Sneak Peek Videos
The first two in a series of Tiburon sneak peek videos have been posted onour Developer Network web site http: dn.code...
- TButton, TEdit now custom drawn?
Hi After looking at the sneak peak video.... Does that now mean, some ofthe standard controls are now custom drawn? TBu...
- Fonts in MS Office
I began my first new document with the new MS Word 2007. Whatimmediately strikes me is the default fonts used for the ...
- How to find the reasons for Form's unloading closing
I have not been able to find any way for detecting the reasons forForm's unloading closing. How can we find out the rea...
- What's new in Tiburon
CodeGear has started blogging about things we will see in Tiburon: http: blogs.codegear.com nickhodges 2008 07 15 390...
- What I like about VS
Hi I'm new to VS and C#. Doing little projects in C# because we're implementingSharePoint solutions. But I'm a D7 day-...
- Do I always have to use try ... finally to clean up in case of exceptions ?
Hello I would like to use exceptions in my program to spare me all the checkes for thereturn code from various function...
- Anyone attending PDC in October?
Is anyone here going to Microsoft's PDC in LA in October? It would begood to meet up with some Delphi people. http: ...
- Rant: Don't want Unicode just give me a working IDE
Today I had to install RAD Studio on my Vista notebook. I'll be on a trip tomake some system installation in another ci...
- Pre Delphi 2008-9 Unicode Do's and Dont's
Has anyone posted information concerning do's and dont's for Unicode support inupcoming Delphi versions? It recent thre...
- Suggest expanding maximum *set* size from 2^8 to 2^16 values
Is it time to expand the maximum set size from the oldset's maximum size of 2^8 values (requiring a maximumof 32 bytes)...
- d2007 & runtime error 255
I have an app that runs on a flash drive and one of the functions is tomake a clone of itself to a new flash drive. All...
- 32-bit on 64-bit
� I have an app written in D7 that refuses to run on XP Pro x64 or Vistax64. It dies with "The application has encounte...
- Sorting a TListview
I'm scanning a directory for files and add all files into a TListview withtwo columns. Column1 holds the file name, Col...
- CodeRage III ?
Any news regarding CodeRage III? It should be an interesting one. ...
- Silly operalor precedence bug
Consider these lines of code: if not Column in [4..6] thenColumn := 4; My intention was that if the Column variable he...
- Tiburon vs Tiburón
Hi, Just curious... Was the name Tiburón chosen on purpose to denote Unicodesupport? Also: How many native English sp...
- Making sure MainForm gets closed last?
Dear Group, I've run into the following problem: I'd like to store the state of different listviews (columns shown, wid...
- JEDI and future Delphi releases ?
I remember it was mentioned somewhere, not sure where though, butwondering whether Delphi Product Management (Nick and ...
- calling readln causes memoryleak in D5?
Would it be possible that many many calls to readln(myFILE, myString) wouldcause a memory leak? The file is closed othe...
- How does ''surround'' work?
I have this three indented lines: for i := 1 to 10 do beginDoSomething;end {for}; If I select them, and right-click ''s...
- Multicast Events for Win32, in my (new-ish) blog
Not strictly speaking "non-technical" at all, aside from the fact thatmy blog was a breeze to get up and running. A v...
- EOleSysError
Is the error exception related to MS Office third party components accessingMS document? ...
- D2007 compiler warning msg: Inline function 'AnsiSameStr' has not been expanded because unit 'Windows' is not specified in USES list
I am getting the following compiler warning msg: [DCC Warning] ConfigINIFile.pas(661): H2443 Inline function'AnsiSameSt...
- Not existing label
I haven't found this on QC.Is it bug or feature? procedure TForm1.Button1Click(Sender: TObject);labelNotExists;beginSho...
- cannot focus a disbled or invisible...
Hello.. I have this piece of code: if (fProxControl <> nil) andfProxControl.CanFocus andfProxControl.Enabled andfProx...
- Help with int64 types (again)
Hi all, I'm using Turbo Delphi to write a RIFF file parser and verificationtool, and I'm having heaps of trouble workin...
- Events within Events
Hi, Trying to track down some subtle bugs in my app that may be related toreentry, Is it possible for a on timer event ...
- fully updated 2007?
How do I know if my D2007 is updated? (I don't want to start askingquestions about problems without knowing first it ha...
- Need workaround for post-build event bug
If I put two lines into post-build events I expect them to be executed oneafter another. But that isn't what happens. I...
- Add some Delphi love to Stack Overflow
Stack Overflow is Jeff Atwood and Joel Spolsky's new web site.Currently it's in beta, but you can sign-up for it here: ...
- Which version is popular? How about Delphi 7.
This may be a silly or no answer conclusion at all question:Is D2007 or D7 more popular in the market? ...
- Looking for an example of how to read and parse a PDF file
Hi, I'm using Delphi 7 and Acrobat Reader 8 under Vista Home Premium. I need to read a 450 page Acrobat PDF file that c...
- Language translation services
Can anyone recommend a reasonably priced service for software languagetranslations? English to: - Spanish- French We're...
- Save desktop not works
Hi, I use D2007 with an application I've create. Few days ago the IDE stopsaving the desktop configuration (the .dsk fi...
- Delphi5 upgrade to ?
vmars, | I have been away from programming in Delphi5 for a few years,| and would like to know what are my options thes...
- What group for technical but off topic questions?
i have a technical computing question, not related to any Borland product. i want to post it on the Borland groups beca...
- Delphi2007 link with static C-library
Hello, I have a DLL exporting a handful of C functions.I load this DLL dynamically from my Delphi application. I can cr...
- ansi unicode
What does it take to transform an ANSI text file into a unicode one? My example below (D7) inputs and outputs the exact...
- Comments on collapseable function and procedures
Hi, Using the {$REGION} directive I can add a comment which gets displayed whenI collapse the appropriate line(s), e.g....
- Delphi late to the Win64 party
http: blogs.zdnet.com Bott ?p=506&tag=nl.e539 As predicted by many of us in the pro "do it now" win 64 compiler camp,t...
- The Object Pascal Language standard
Hi, After reading about the new Remobject Oxegene language features http: www.remobjects.com product page.asp?id={E10F...
- After embedding a form into another form i have focus problem on my first form controls
Ahmadi wrote: > After embedding a form into another form i have focus problem on my> first form controls >> For example...
- Delphi & SIP voip
i hhave one qustion hav any source for working delphi for VOIP with SIPprotocol support ? (only delphi SRC) ...
- CodeGear Stealing From Me? Again?
Okay, This is the second time this has happened to me. I create a new controltype and CodeGear eventually packages it i...
- Is there a way to count the number of possible values of an enumeration?
Hi all. I'm wondering if there is a way to count the values of an enum type.For example the count of typeTWeekEnum = (M...
- Using D6, deploy app with runtime packages..package collections editor?
I have an app that has been growing quite large as a single exe. Most ofthe runtime packages NEVER change. There are...
- My wishlist of Delphi
I hope Delphi can introduce the mechanism of DynamicProxy, or other ways tohelp people do with AOP easily. And I also h...
- Joel on Anonymous methods
I just happened to surf along an old Joel Spolsky article on Anonymous methods.For those who wonder why you want to use...
- HP HDX 20" laptop?
Anyone using an HP HDX 20" laptop? ...
- Copy Files Within A Service
Hi to all. I normally use the following code to copy files within my applications(works fine), however, this code fails...
- popup menu
Is there a way to get the component which is using invoking the popup menu? Example:Popup menu is assigned to many TStr...
- Reading form's coordinates?
Hello I'd like to display a form, and when the user clicks on a button,display a second form that will overlay the firs...
- Adding old component to 2007 IDE
I have an old component that was designed for earlier (than D-2007) IDEs that I have always been able to install previo...
- Delphi Anubis Cipher source code
Hi, I have been searching for the Delphi source code of the Anubis Cipher,but without any apparent luck. Can anyone poi...
- Requests for Delhi2009 2010
(Additions to previous post of mine with similar subject)(disclaimer: if these are user errors, please let me know ) o...
- How to rename a directory in Delphi
I can only find a procedure to rename files in the documentation. ...
- MessageDlg Problem
I am working in Delphi 7 and having a problem that when I call MessageDlg.The problem I am having is that the dialogs a...
- mail with attachments
Hi... Sorry for reposting this message, but I can't make it work... I want to send and email with attachments. I thougt...
- Previous monday
Hello, I've a TDateTimePicker and when showing the control on a form, I'd like itto show the previous closest monday. I...
- Any recordings of the recent Tiburon webinar?
http: blogs.codegear.com davidi 2008 07 29 38916 Anyone know? I was on vacation and without broadband. --Warm Regar...
- Trace exception address to code
Is it possible to trace an exception like this: The exception generated was c0000005 at address 76CF6277 to where it oc...
- Copyright Issues
A _few_ of the comments in a previous thread were just plain wrong,inflammatory, actionable and miserable -- none of us...
- [DCC Error] E2201 Need imported data reference
I needed to modify some code in Dialogs.pas and eventually produced my ownunit which is heavily based on Dialogs.pas. A...
- Tibur n RAD 2007 Project compatibility?
If you avoid components code structure that is available from Tibur nonly, how two-way compatible is it with RAD 2007...
- Delphi Crash on Exit
Hi All: After using D3 Pro for many years, I just did a fresh install of D5 Pro(yes, I know, I have some catching up to...
- Topspeed database?
HI, All Does anyone familiar with TOPSPEED database? What I want is a tool to openthat can open TPS data file, and ex...
- Initialization section with circular references is not correctlyhandled by the compiler
Hello all I just encountered a possible bug in the delphi compiler and circularreferences. I often use a scheme like t...
- Should Delphi be able to export projects to FPC?
This idea just crossed my mind, could Delphi expand it's market shareproviding utilities to use FPC? ...
- Wine release
It is not just Firefox that makes main release today. Wine HQ has released the Wine 1.0 today after 15 years (no less )...
- Send Control from Form Designer to Code Editor
Hi, I keep doing the following when editing code, switch to the Form designer,select a control on a form, go to the pro...
- Keep forward MDI Child form over other controls.
Ahmadi wrote: > Hi> I have a MDI Form and some MDI Childs and one panel on the MDI> Form(background panel), all of my ...
- D2007: AV when compile & run using BPLs
I am getting an AV when I compile and run with BPLs. (with BPLs, my appcompiles so much faster--it's 27 megs without BP...
- assigning an array to a variable
In D7 & D2007, the following code will not compile: constVALUES_1: array[1..2] of integer = (1, 2);VALUES_2: array[1..3...
- Possible to rename or move file being used by other process?
h3305 wrote:> Is there a way to gain access to a file created within my app but which> hasn't been released by the proc...
- Richview problem
I've got an application with multiple forms and on some of the secondaryforms I have richedit boxes. When one of these...
- changes in 8087CW after Delphi 5??
I've got a weird situation where using a 3D engine dll created in VSC++ with delphi causes a floating point error. the ...
- have chance to see Firebird DBX4 Driver in Delphi 2008 ?
Am Wed, 30 Jul 2008 20:06:23 +0330 schrieb Maziar Navahan: > Hi>> i see i and over 900 other user requst in QC add code...
- "Enable Runtime Themes" blocks running from external programs
Hi, Hope someone has encountered this and can explain. Can't find itdocumented. I have several apps created in Delphi t...
- Delphi 2009 - CG tip everything on ( only ) Unicode ?
hi Hi see much web pages for speak of Delphi 9 andUnicode...Unicode...Unicode...Unicode...Unicode... and i see only ver...
- Delphi popularity on the rise
Hi all, Haven't noticed this reported here, please forgive me if I've missed it. Itseems Delphi and pascal are on the u...
- [Delphi 2007] How can i set that delphi start form # from 1(after starting a new VCL project)?
Ahmadi wrote:> After starting new VCL Form Project, my form and unit #(postfix number) is 5> , sometime is 4 It uses t...
- connect to SAP
Hello,I need to know if there is a way to connect to SAP system to make astandard windows application Thanks I post thi...
- FileCopy and filesharing
Hello, Currently when a file is opened viewed in my editor I require that thefile is not opened for write access by ano...
A D V E R T I S E M E N T
|
Subscribe to SourceCodesWorld - Techies Talk |
| |
|