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

SetElementText

Declaration

Source position: lcltaskdialog.pas line 344

procedure TTaskDialog.SetElementText(

  element: TTaskDialogElement;

  const Text: string

);

Description

Allow a OnButtonClicked callback to change the Task Dialog main elements. Note that tdeVerif could be modified only in emulation mode, since the API does not give any run-time access to the checkbox caption. Other elements will work in both emulated and native modes.