Twitter Enterprise Connector in Action
Update Subscription customers can join the beta and download beta builds for 70+ Enterprise Connectors via the GetIt Package Manager for RAD Studio 10.2. In today's post, I thought I would highlight...
View ArticleSend WhatsApp message with text and image
PHP Code: var IntentWhats : JIntent; Uri: Jnet_Uri; Desc , ImgPath : string; AttachmentFile: JFile;begin Desc := 'blabla;...
View ArticleTListView how to get the good element clicked
With Rad Studio 10.2 (FMX) when I use on a OnItemClick event Sender.ClassName do not give me the current clicked element but the previous one So have tried to use OnItemClickEx event, this time I have...
View ArticleTListView how to know the max value of ScrollViewPos ?
Hello I would like that when the user reach the bottom of my ListView the ListView update with more Items I try to do it with the event On ScrollViewChange and the value of ScrollViewPos Does...
View ArticledbField image resize (correctly)
// If you want to control the maximum image size for a field and if necessary be smoothly resized // YOU NEED DevExpressVCL for the TdxSmartImage unit // I use this routine in the BeforePost DataSet...
View ArticleCool site with code snipets,units examples etc.
[lock]Site You can't view the links! Click here to register
View ArticleHow can crack AlphaControls - Tutorial
Hi All İf you need crack this component you can with this tutor. First you need OLLYDBG software. After open trial file just follow this steps: 1 - Right Click -> Search for -> All referenced...
View ArticleEmbed Facebook SDK for Android
Very useful and cool site you can visit You can't view the links! Click here to register
View ArticleDelphi Mobile Point of Sale Software
Delphi Mobile Point of Sale Software - Felix John COLIBRI. Using FireBase, FireDac, DataSnap, Rest, Wifi, and FireMonkey
View ArticleRAD Studio 10.1 Berlin Easter Eggs
Delphi 10.1 Berlin Easter Eggs 1. Invoke the About box with Help | About..., then hold down Alt whilst typing TEAM. This produces a scrolling team list. Double-clicking on the scrolling list shows a...
View ArticleComponentes DevExpress 15.2.2 Delphi Berlin em Ingles
Depois de muita procura na Internet achei um link que trás a versão em Ingles. You can't view the links! Click here to register
View ArticleFireMonkey on Linux!
It did not take long since the release of Delphi Linux compiler to have the ability to build Linux GUIs with Delphi!Just go to You can't view the links! Click here to register and get the only...
View ArticleImporting third-party Linux libraries to Tokyo
Getting started using third-party libraries with the new Delphi 10.2 and Linux. Introduction If you are planning to use third-party Linux libraries on Delphi for Linux you may encounter some...
View ArticleDelphi and Zbar
I was wondering if someone can go through my code and see where a memory leak or something could be. When I open my form it opens the camera and scan the barcode and decodes it and closes the form....
View ArticleLogMessageDlg - Extension of the MessageDLG function by a log entry
PHP Code: unit LogDialogs;//LogMessageDlg-functions{$mode objfpc}{$H+}interfaceuses Classes, SysUtils, Dialogs, eventlog, Forms;function LogMessageDlg(Eventlog: TEventlog; const aMsg: string; DlgType:...
View ArticleHOW TO patch DELPHI Subscription Check
Manual steps to bypass the "Subscription Check" 1. Open the setup file with any Hexa editor (ex. 010Editor) 2. Go to offset "2E54D8" 3. Replace "00" with "01" 4. Save as the setup file 5. Done, just...
View Article