I have developed a Delphi 7 application that is using Firebird 1.5.6 database in client server environment.
I have created a couple of interfaces to describe a collection and its items: IetCollection and IetCollectionItem. And of course I have two classes implementing these two interfaces: TetCollection and
I have added the following code to my program which, as i understood, must disable alphabets from being entered.
I downloaded the new beta version of AlphaSkins Lite (7.44). I uninstalled the older version that i had problems with... I opened the \"acntD7_开发者_JAVA百科R.dpk\" and it compiled. Then I opened \"a
Given a Record: MyRecord = record Company: string; Address: string; NumberOfEmplyees: integer; can you write a function call like
I\'m sorry I\'m not being clear...lets try again I have a record type : MyRecord = Record Name: string; Age: integer;
I would like to get the count of PendingFileRenameOperations, I have the following code below, but I keep getting a count higher then the actual number set in the registry.
Today I happened to compile, using Delphi 7, a code with a class definition like this type TAudioStream = 开发者_运维百科class helper of TStream;
One of my delphi projects produces this error message when closing the IDE. Note This is not the same as \'List Index out of bounds(0)\' error.
I need to get total disk space in Delphi progra开发者_StackOverflowm.Use DiskSize and DiskFree functions for this problem.