[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Source position: lcltaskdialog.pas line 194
type TTaskDialogElement = ( |
||
tdeContent, |
|
|
tdeExpandedInfo, |
|
|
tdeFooter, |
|
|
tdeMainInstruction, |
|
|
tdeEdit, |
|
|
tdeVerif |
|
|
); |
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.
lazarus-ccr.sourceforge.net |