Is there a case-insensitive variant of the Bob Jenkins hash function? Generics.Defaults.BobJenkinsHash
I remember doing this in Delphi 7, but开发者_JAVA百科 I don\'t remember how, or it is different in the new Delphi IDE.But how do I add a new template to the items gallery?
Usin开发者_开发百科g Delphi 2010 and a patched version of the BDE I run into a problem loading the BDERTL140.bpl.
I\'ve just received an assignment to upgrade an old Delphi 3 project that I wrote in 1999 to a newer version and add features (I previously discussed this in related questions here and here).I was ass
TRTTIProperty.SetValue( ) takes an TValue instance, but if the provided TValue instance is based on a different type then the property, things blow up.
I have a few Delphi 6 th开发者_StackOverflow中文版ird party components which I need to add to Delphi 2010 to begin my migration. Is it possible? The interface seem a lot different and I can\'t seem to
Consider 开发者_如何学Cthe following: TFieldType = class fValue: string; end; TMainClass = class private
Is there any comparable function like Pos that is not case-sensitive in D2010 (unicode)? I know I can use Pos(AnsiUpperCase(FindString), AnsiUpperCase(SourceString)) but that adds a lot of processing
I\'m having trouble deploying my delphi 开发者_开发百科application. It uses dbxpress to access mysql 5.1 database. When i run the application from another computer, an error occurs. I\'ve already incl
I have a PNG image that uses transparency (it is actually a circle with gradient effect from black in the middle, to transparent on the margins). I am putting this on a form using TImage. I set TForm1