CodeDatabaseDelphiRAD Studio

Easily Bind A TBindNavigator With A TStringGrid In The LiveBindings.BindGridLinkFMX Sample For Delphi

Location You can find theBindGridLinkFMXsample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to Object Pascal\LiveBindings\bindgridlink\fmxSubversion Repository:You can find Delphi code samples inGitHub Repositories. Search by name into the samples repositories according to your RAD Studio version. Description This…
Read more
CodeDelphi

Secure Your Delphi Applications Using Flexible CryptoLib4Pascal Library

Cryptography is a method of protecting information and communications through some mechanism, so that only those for whom the information is intended can read and process it. Its become mandatory need to secure your communication between sender and receiver in this information age. Delphi/C++ Builder inbuilt comes with key hashing mechanisms to secure your communications. How about having more…
Read more
CodeDelphiRAD Studio

Interesting HFS (HTTP File Server) Delphi VCL Project Lets You Easily Send And Receive Files

The HFS is different from classic file sharing because it uses web technology. It also differs from classic web servers because it’s very easy to use and runs “right out-of-the box”. The virtual file system will allow you to easily share even one single file. The project is built in Delphi and full source code is available on GitHub. Dev notes “Initially developed in…
Read more