Latest Version: 2021.0
LMD NG Drag&Drop is a part of Next Generation (NG) package suite. All these packages are based on new IDE and language features of latest Delphi IDE versions. NG Drag&Drop provides the ability to exchange data with other applications via standard Windows OLE drag&drop protocol. There are a lot of common applications, which uses Windows drag&drop:
NG Drag&Drop provides Fluent Interface API, which is an easy and very convenient way for supporting drag&drop operations, without placing any component on the form. API supports both source and target parts. For example, data dragging (source part) can be initiated as follows:
NGDropSource.AddText('My text').AddUnicodeText('My text').Execute;
Following is a short feature list of NG Drag&Drop package:
TNGDropSource component, which allows to drag data from customer’s application to any other drag&drop enabled applications.
TNGDropTarget component, which allows to receive data from any drag&drop enabled application.
Formal dealing of data formats. Any data drag operation can include any number of formats in dragged data object. There no restrictions of format combinations used. Any drop target as well can be configured to accept any combination of data formats.
Built-in standard and common formats implementation:
TNGDataFormat base data format class can be subclassed for advanced implementation of complex custom formats. Simple custom formats could be defined declaratively on the top of any existing format class using CustomFormat attribute.
Data format types shortcuts, such as CF.TEXT for TNGTextFormat, or CF.RTF for TNGRtfFormat.
The screenshot below demonstrates creation of files via Drag&Drop to Windows Explorer from a VCL application
The screenshot below demonstrates drag&drop operations with browsers like Chrome (drag URL into browser from VCL application)
![]() |
|
![]() |
|
Description | Date | Available Files |
---|---|---|
NG Controls Trial
This trialversion includes NG ConnectionPack, NG Drag&DropPack, NG SerializationPack (XE and higher only), NG HTMLPack, NG DialogPack and NG ValidatorPack Trials. HTMLPack, Drag&DropPack and DialogPack demo files contain compiled demos. Delphi XE2 (and better) release contains 32bit + 64bit support. Latest ServicePack required for XE2 + XE6 + 10.3 releases. Installation problems? Read the corresponding Package Installation Wiki entry. |
May 26, 2020 |
|