CodeDelphiRAD StudioTech Partner

PasDoc Is An Amazing Documentation Tool For Object Pascal Source Code

Note the following information has been made available by the author of PasDoc regarding the tool. Documentation is generated from comments found in the source code or from external files. Many formatting @-tags are supported. Many output formats are supported, including HTML and LaTeX. Usage SeeWhereToPlaceComments,WritingDocumentationandSupportedTagsfor…
Read more
DelphiRAD StudioTech Partner

Powerful JPEG Video Streaming Library For Delphi And C++ Builder.

It is easy to create a video streaming server and client in your applications. The Video Stream library from WINSOFT allows you incorporate video streaming capability in your Delphi and C++Builder projects. How to install component 1) Download the component archive here.2) Extract files from the archive to any folder.3) You need to copy all of the files from the folder corresponding to the…
Read more
CodeDelphiRAD StudioTech Partner

Blazing Fast Socket Communications Component Library For Delphi

NetCom7 is an extremely optimized code on TCP/IP sockets. Forget using one thread per connection. With this suite, you can have as many concurrent connections to your server as you like. Threads are used per request and not per connection, and are maintained in a very fast thread pool class. The NetCom version 7.2 package is now multi-platform! You can compile your apps under all platforms in…
Read more
CodeDatabaseDelphiRAD Studio

Learn How To Use Long Tap Gestures In Delphi With FMX.TapAndHold Sample

FMX.TapAndHold Sample uses TGestureManager. Location You can find theTapAndHoldsample project at: Start | Programs | Embarcadero RAD Studio Sydney | Samplesand then navigate to:– Object Pascal\Mobile Snippets\InteractiveGestures\TapAndHold– CPP\Mobile Snippets\InteractiveGestures\TapAndHoldSubversion Repository:You can find Delphi and C++ code samples…
Read more