📄 readme.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -