formhook AcceptFiles property
Return to Introduction  Previous page  Next page
Applies to
acFormHook component.  

Declaration
property AcceptFiles: Boolean;  

Description
The AcceptFiles property controls whether current form can accept files by drag'n'drop technology. If AcceptFiles is True, any files and folders can be dropped onto this form.  
 
tip To accept files (get their names) you also must handle OnDropFiles event.  

See also
ActivateFormOnAcceptFiles property and OnDropFiles event.