代码说明:
Constains:
TDropFileEdit: TCustomEdit decendent that implements the ability to accept single files/folders that are dropped onto it. When a file is dropped onto it then a OnFileDrop event is triggered containing the filename as one of the parameters. Use the new published boolean property AcceptFiles to enable or disable this new functionality.
TDropFileListBox: TCustomListBox decendent that implements the ability to accept multiple files/folders that are dropped onto it. When files are dropped onto it then a OnFileDrop event is triggered containing the filenames as one of the parameters. Use the new published boolean property AcceptFiles to enable or disable this new functionality.
【立即下载】
|