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

TTaskDialogImplementation

Declaration

Source position: lcltaskdialog.pas line 221

type TTaskDialogImplementation = record

  OnButtonClicked: TTaskDialogButtonClickedEvent;

  

  case Emulated: Boolean of

    False: (

        Wnd: HWND;

  

      );

    True: (

        Form: TEmulatedTaskDialog;

  

      );

end;

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