Unit 'LCLTaskDialog' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TTaskDialogImplementation

Declaration

Source position: lcltaskdialog.pas line 222

type TTaskDialogImplementation = record

  OnButtonClicked: TTaskDialogButtonClickedEvent;

  

  case Emulated: Boolean of

    False: (

        Wnd: HWND;

  

      );

    True: (

        Form: TEmulatedTaskDialog;

  

      );

end;

Description

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.