mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-03 04:02:45 +02:00
Docs: LCL forms. Updates content in TDropFilesEvent, TCustomForm.OnDropFiles topics.
This commit is contained in:
parent
58f237f04c
commit
752574722c
@ -3159,10 +3159,14 @@ signature for the event handler, and assign it to the property.
|
||||
</seealso>
|
||||
</element>
|
||||
<element name="TDropFilesEvent.Sender">
|
||||
<short>The control that received the dropped files.</short>
|
||||
<short>
|
||||
The object (TCustomForm) for the dropped files notification.
|
||||
</short>
|
||||
</element>
|
||||
<element name="TDropFilesEvent.FileNames">
|
||||
<short>The list of the dropped files.</short>
|
||||
<short>
|
||||
Array with the list of file names for the drop event.
|
||||
</short>
|
||||
</element>
|
||||
|
||||
<element name="THelpEvent">
|
||||
@ -7407,12 +7411,17 @@ interface.
|
||||
</p>
|
||||
<p>
|
||||
The <var>Sender</var> argument contains the current form instance. The
|
||||
<var>FileName</var> argument contains an array with the file names for the
|
||||
drop operation.
|
||||
<var>FileName</var> argument contains an array with the fully-qualified file
|
||||
names for the drop operation.
|
||||
</p>
|
||||
<p>
|
||||
Set <var>AllowDropFiles</var> to <b>True</b> to enable drag and drop
|
||||
operations, and execution of this event handler.
|
||||
operations, and execution of this event handler. The event handler is not
|
||||
signalled when AllowDropFiles is set to <b>False</b>.
|
||||
</p>
|
||||
<p>
|
||||
The event handler should perform any actions needed for each of the files
|
||||
dropped onto the form instance.
|
||||
</p>
|
||||
</descr>
|
||||
<seealso>
|
||||
|
Loading…
Reference in New Issue
Block a user