[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLTaskDialog' (#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.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.