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

TTaskDialog

Declaration

Source position: lcltaskdialog.pas line 253

type TTaskDialog = record

  Title: string;

  

  Inst: string;

  

  Content: string;

  

  Buttons: string;

  

  Radios: string;

  

  Info: string;

  

  InfoExpanded: string;

  

  InfoCollapse: string;

  

  Footer: string;

  

  Verify: string;

  

  Selection: string;

  

  Query: string;

  

  RadioRes: Integer;

  

  SelectionRes: Integer;

  

  VerifyChecked: Boolean;

  

  Dialog: TTaskDialogImplementation;

  

  function Execute();

  

  procedure SetElementText();

  

end;

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