Use SKINS and RIBBON DevExpress in Forms
The beggin of my projects, is simple: (the names of Forms you can change, of your way) 0 - my Directory Structure: c:\NameApplication\PRJ\(my project files and sub-folders (Win32\Debug or Release,...
View ArticleSMTP Client Sample
Simple example of a project developed in Delphi XE7 for e-mail sending using the SMTP Client's lib Indy. I hope you can help those in need. SMTP Simples.zip (Size: 813.04 KB / Downloads: 21)
View ArticlePerfect Age Anti Wrinkle Cream
Shallot deal from captains imperial era think Icannot and he re- flower that one in the yeah like packaging is my favorites like shave gels weight spr nah it's liquid then that finds out and I just...
View ArticleDelphiFan.FMX Dialog Unit
This thread is for FMX only units for use to anyone on the forum. Novices as well as old-timers can chip in or not. Any additions/modifications/deletions to any existing units on the thread I'll update...
View Article46 Useful Utility Functions For #Delphi XE8
Code: function GetCaseSensitiveFileName(const FileName: string; RootPath: string = ”): string; function isPathCanUseNow(const PathOrDir: string; const Default: Boolean = True): Boolean; function...
View ArticleTXLSFile,NativeExcel and XLSReadWriteII comparation
TXLSFile: Write 65535 rows each 10 cols,time taken: 00:17.796 NativeExcel: Write 65535 rows each 10 cols,time taken: 00:01.439 XLSReadWriteII: Write 65535 rows each 10 cols,time taken: 00:02.600...
View ArticleDelphi XE8 update 1 crack
Delphi XE8 update 1 crack: Someone have any notice??? Thanks a lot!
View ArticleKbmMW V4 Help Document (Chm)
KbmMW V4 Help Document (Chm) convert from kbmMW.hlp with decomplie method. You can't view the links! Click here to register
View ArticleJNI Wrapper for Delphi and FreePascal
This JNI Wrapper for Delphi and FreePascal provides a powerful and simplified object-oriented API for doing mixed language programming in Java and Delphi (Object Pascal language) or FreePascal. This...
View ArticleAndroid to PC USB Interfaces (ADB, AOA, HID) with Delphi
his is a set of code to aid development for communication between an Android device and an Embedded Device, or PC. There are examples for the following: Communication between PC and Android device,...
View ArticleDLNA DMC (Digital Media Controller) class for Delphi
TUpnpDMC is a class that implements a DLNA DMC (Digital Media Controller) in Delphi. I needed some Delphi code to play Videos from my server to my SAMSUNG TV. I could only find some partial...
View ArticleRunning another app in Firemonkey android
Code: Uses Androidapi.Helpers, AndroidApi.JNI.GraphicsContentViewText; procedure TForm1.Button1Click(Sender: TObject); var intent: JIntent; begin intent := TJIntent.Create; intent :=...
View ArticleSend WinRT API Notifications In XE8 to Win10
Developer Marco Cantu from Embarcadero released a VCL example for sending Windows 10 notifications with Delphi XE8. I have converted this example over to Firemonkey. Apparently Windows 10 has a...
View ArticlePatch Instructions for DevExpress VCL 15.1.4 (D2010-DXE8)
Files: 1. Library\RSxx\dxCoreRSxx.bpl 2. Library\RSxx\Win64\dxCoreRSxx.bpl Patterns: 1. Search for FF FF 85 C0 75 0C E8 and replace 75 with EB 2. Search for UNICODE string trial version and replace...
View ArticleUpgrade Your Projects To D10
If you are upgrading your projects from previous versions of Delphi Firemonkey like XE5, XE6, XE7, and XE8 to Firemonkey in Delphi 10 Seattle here are some tips and tricks which may help you. There are...
View Article[REQ] delphi one db connection to multiple exe
Hi All, I nedd to say if it's possibile make a single connection dbpool to firebird database from IBDAC . I have a big application migrated from DF use (!!!) and the simplest method I used was to...
View ArticleRS 10 Seattle - Fix large fonts in dialogs (Update for solution)
An example for such a dialog is the Evaluate/Modify dialog. Fix: Change this in LargeFontFixRegisterUnit.pas : - Application.OnModalBegin ==> Screen.OnActiveFormChange And some code cosmetics : -...
View Article