![]() Example |
![]() ![]() ![]() |
acFormHook component.
|
type
|
TacDropFilesEvent = procedure(Sender: TObject; Files: TStrings; const Pos: TPoint) of object;
|
|
property OnDropFiles: TacDropFilesEvent;
|
The OnDropFiles event occurs when user drop files or folders onto your form using drag'n'drop technology. The list of dropped files passed in the Files procedure parameter and point where files has been dropped in Pos parameter.
|
|
![]() |
AcceptFiles and ActivateFormOnAcceptFiles properties and small example how to handle this event.
|