Fill StringGrid or select DBGrid Cell(if DBGrid not visible)
Hallo Community i have an Problem i have a litte Database with Points etc. And my question is : can i fill a TStringGrid with an SQLQuery Result ? and if yes how ? Or when i use a DBGrid to Show...
View ArticleStringGrid / DBGrid
Hallo Community i have an Problem i have a litte Database with Points etc. And my question is : can i fill a TStringGrid with an SQLQuery Result ? and if yes how ? Or when i use a DBGrid to Show...
View ArticleHow to get a correct HInstance, in my VCL Package?
I am writing VCL component and trying to read a bitmap image from resource of MyPackage.bpl. In MyComponent Code, m_pButton->Glyph->LoadFromResourceName( ::FindClassHInstance(...
View ArticleDetect content of binary object
What kind of component, class or RTTI function I must use to detect the content type from a binary object ?.Ex. an SQL Server table with a varbinary(max) column save anything data.I want detect if it...
View Articleprogram created in delphi 2007 cannot find SysUtils Unit in Berlin 10.1
The program just has "SysUtlils" in the USES section and it is trying to use "ShortDateFormat". It also has "Forms" in the USES section and it can find what it needs in "VCL.Forms", but can't resolve...
View ArticleCompiling Delphi XE8 64 bits generates 32 bits app
Hi. A delphi app with build configurations Debug or release and target platforms (win64) and output directory and dcu (unit output) directory: .\$(Platform)\$(Config) while compiling shows...
View ArticleUser type constants not correctly allocated when compiled in "Release"
C++ Builder XE8 subscription update 1 Professional - running on Win 7 (32 bit) PC. I have a fairly large VCL project (on going). Latest version compiles, links without errors or warnings when compiling...
View ArticleWhat version of TLS does TRESTClient use?
I am accessing a Web Service that has notified me that they will no longer support TLS 1.0. Do I need to be concerned?
View ArticlePull down for refresh with a TListBox for mobile apps
For TListView there is a good example how to implement a pull down to refresh feature. But how to do this with a TListBox?
View ArticleHow do I turn off remote debugging?
Hello, I have a project that when I run it, builds fine, then instead of taking me to the debugger, it asks me about paserver remote connection information. I want to debug locally. How is remote...
View ArticleRESTRequest How to send a multipartformdata in a HTTP Post body?
Hello! I spend a week in trying to understand how to send a mulitpart/form_data in a Post request from my RestRequest to a server? We are see in log files on the server side that we got an empty body....
View ArticleDelphi XE Update 1 and Windows Server 2012
Hi, A client of mine has a legacy application built in Delphi XE Update 1 (15.0.3953.35171). Is this certified to run on Windows Server 2012? Thanks, Russell
View ArticleDelphi or RAD studio ?
Hi, I want to use your software to create apps that can be run on iOS as well on Android. I need access to the Bluetooth LE API. What is the main difference between Delphi and the RAD studio ? In what...
View ArticleGetting Invalid Platform error. Just installed 10.1. Last used Delphi v5
Here's the error. [Error Error] Invalid PLATFORM variable "HPD". PLATFORM must be one of the following: "Win32", "Win64", "Android", "iOSSimulator", "iOSDevice32" "iOSDevice64", or "OSX32". If PLATFORM...
View ArticleER/Studio Data Architect 2016 Support for Identity Column
I'm using ER/Studio Data Architect 2016 targeting an Oracle 12c database. I can't get the Identity Property to become enabled. I'm defining a numeric, not allowing nulls, and selected Show Datatype as...
View ArticleTListView crash on FilledListItem binding
i read some sample using FilledListItem on binding, but i always get crash, any help, sample include here listview_always_buggy delphi berlin procedure...
View ArticleWhen do you plan to release a Update 1 for Belin 10.1?
Hello! Now is a main question for me is - When do you plan to release a Update 1 for Belin 10.1? Thank you very much!
View ArticleApps created with Delphi XE5 print errors with Windows 10 update
Hello, Have several apps created with Delphi XE5. Worked fine for years until last week's Windows 10 update. Now they will print one document but will not print a second one. This occurs even on...
View ArticleProblem with trial version Delphi 10.1 Berlin Starter
Hello, Could somebody help me with the following problem: I downloaded Delphi 10.1 Berlin Starter. And after the launch, I get an error "Exception EAccessViolation in module coreide240.bpl". How can I...
View ArticleLDAP authentication
Hi I am trying to authenticate user through LDAP. infoback := ADsOpenObject('LDAP://ldap.dlh.de:636/cn=U129752,ou=FRA,ou=INDAS,ou=LH,o=LH-DIR',Format('%s',[pUser]),pPassword,ADS_USE_SSL,IID_IAds,Obj);...
View Article