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

TEmulatedTaskDialog.Edit

Control used to edit the optional query input for the task dialog dialog.

Declaration

Source position: lcltaskdialog.pas line 216

public TEmulatedTaskDialog.Edit : TEdit;

Description

Edit is a TEdit member with the control used to edit the optional query input value for the dialog form.

Use Combo to access the selection list displayed on the dialog.

Use Verif to access the control with the verification text displayed on the dialog.

Use Element to access other visual elements with textual values displayed on the dialog.

See also

TEmulatedTaskDialog.Combo

  

Control with the selection list for the task dialog form.

TEmulatedTaskDialog.Verif

  

Check box control for the verification text displayed on the task dialog form.

TEmulatedTaskDialog.Element

  

Provides indexed access to the label for a visual element on the task dialog form by its TTaskDialogElement value.

TEdit

  

Implements an edit control with a single line of text.


Version 4.0 Generated 2025-05-03 Home