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

TTaskDialogElement

Declaration

Source position: lcltaskdialog.pas line 194

type TTaskDialogElement = (

  tdeContent,

  

  tdeExpandedInfo,

  

  tdeFooter,

  

  tdeMainInstruction,

  

  tdeEdit,

  

  tdeVerif

  

);

Description

The visual components of this Task Dialog. Maps low-level TDE_CONTENT...TDE_MAIN_INSTRUCTION constants, the query editor and checkbox. tdeEdit is for the query editor. tdeVerif is for the checkbox.

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