Unit 'LCLTaskDialog' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TTaskDialog

Declaration

Source position: lcltaskdialog.pas line 256

type TTaskDialog = record

public

  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: LongBool;

  

  Dialog: TTaskDialogImplementation;

  

  function Execute();

  

  procedure SetElementText();

  

end;



CT Web help

CodeTyphon Studio