readme.txt
来自「Drag files and Drop to delphi forms 0402」· 文本 代码 · 共 15 行
TXT
15 行
ComboTargetDemo
This application demonstrates how to use the TDropComboTarget component to
receive multiple data formats with a single target component.
Note that only one target component can be registered against any given control.
I.e. you can't register a control with both a TDropFileTarget and a
TDropURLtarget component at the same time. This is a Windows limitation.
If you need a control to receive drops in more formats than any single target
component supports, you will have to either use a TDataFormatAdapter component
(see the Adapter demo), extend one of the existing components or write a new
component.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?