[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TAcceptFileNameEvent - generic event handling method to accept a filename from a dialog.
Source position: editbtn.pas line 366
type TAcceptFileNameEvent = procedure( |
Sender: TObject; |
var Value: string |
) of object; |
Sender |
|
Object for the event notification. |
Value |
|
File name examined in the event handler. |
Version 4.0 | Generated 2025-05-03 | Home |