[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLTaskDialog' (#lcl)

TTaskDialogImplementation

Provides access to the task dialog implementation.

Declaration

Source position: lcltaskdialog.pas line 222

type TTaskDialogImplementation = record

  OnButtonClicked: TTaskDialogButtonClickedEvent;

  

Event handler signalled for a button click on the task dialog.

  case Emulated: Boolean of

    False: (

        Wnd: HWND;

  

Handle to the native dialog used in the implementation.

      );

    True: (

        Form: TEmulatedTaskDialog;

  

TEmulatedTaskDialog instance used in the implementation.

      );

end;

Description

Structure which provides low-level access to the task dialog implementation. Points either to the HWND handle of the new TaskDialog API or to the emulation dialog.


Version 3.2 Generated 2024-02-25 Home