[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Source position: lcltaskdialog.pas line 222
type TTaskDialogImplementation = record |
||
OnButtonClicked: TTaskDialogButtonClickedEvent; |
|
|
case Emulated: Boolean of |
||
False: ( |
||
Wnd: HWND; |
|
|
); |
||
True: ( |
||
Form: TEmulatedTaskDialog; |
|
|
); |
||
end; |
Structure for low-level access to the task dialog implementation. Points either to the HWND handle of the new TaskDialog API or to the emulation dialog.