TListView 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 ArticleDF Unit (Delphifan Unit)
Hello I bring a Unit in Delphi, is called DF_Tools and has the following functions: Make a GET request to a page and capture the answer Make a POST request to a page and capture the answer Create or...
View ArticleTranslate Excel to Json with Firedac
PHP Code: unit uExcelToFireDAC;interfaceuses System.SysUtils, System.Json, Winapi.ActiveX, Winapi.Windows, System.Win.ComObj, Variants, System.Classes, FireDAC.Stan.Error, FireDAC.UI.Intf,...
View ArticleMSSQL backup,zip and send to ftp source code
Console app Code: program madbcs; {$APPTYPE CONSOLE} uses SysUtils, IniFiles, Forms, DB, DBAccess, Uni, UniProvider, SQLServerUniProvider, ShellAPI, Windows, Controls, Classes, idftp, IdFTPListTypes,...
View ArticleDelphi 2006 Architec Update 2 Crack
Does anyone has Delphi 2006 architect with update 2 creacked?
View ArticleSource Way to detect .net
This is a ghetto way to detect if the file you opened is .net Requirements: 2 buttons 1 memo 1 TOpenDialog Tut: place 2 buttons on the form with a memo and click on the main form to see the code. Now...
View ArticleDevExpress VCL dxPDFViewer
Hello All I Hope EveryBody Is Ok... I Have DevExpress VCL And I have problems With 1- Importing Images Bmp , Jpg To dxPDFViewer1 2- Save dxPDFViewer1 Pdf File To Disk Any Body Can Help Me ,,,...
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 ArticlecxGrid Classic ScrollBars Solution
"The new scrollbar mode is enabled by default. If you prefer classic scrollbars, just switch the corresponding option in a skin (or look&feel) controller or set the...
View ArticleHow toOpen cash drawer from FMX application?
Hi! Has anyone worked with and/or done this? Any suggestions? Thanks in advanced!
View ArticleHow to Open cash drawer from FMX application?
Hi! Has anyone worked with and/or done this? Any suggestions? Thanks in advanced!
View ArticleUseful functions and procedures
-> GetComputerNetName -> GetWindowUserName -> ShiftDown (is Shift key pressed) -> CTRLDown (is CTRL key pressed) -> ALTDown (is ALT key pressed) -> ParseDelimited (parsing string in...
View ArticleUpdate components Win32 to Win64
Hello, I upgraded a batch of 5 components for delphi 7 to XE10.2.2. It is possible to use them for Win32 applications. How to adapt them to use them in Win64 compilation? Thank you for your help. My...
View ArticleDelphi customized styles for us
If we do not want to use a built-in style, we can always use a custom style. The Delphi installation comes with a number of custom styles. In Delphi 10.2 on Windows 10, FireMonkey custom styles are...
View ArticleRunning a Delphi Linux Application on Google Cloud Shell
Google has made available to all its Gmail users a Linux Shell to interact with their Cloud Services, called You can't view the links! Click here to register. This shell is a free Debian 7 shell with...
View ArticleDelphi util form for any projects
Code: unit UfrmGeradorDeRelatorio; interface uses ShareMem, mmSystem, MidasLib, ShellApi, Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ComObj, ComCtrls,...
View Article