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

TEmulatedTaskDialog.Owner

Owner of the emulated task dialog form instance.

Declaration

Source position: lcltaskdialog.pas line 208

public TEmulatedTaskDialog.Owner : PTaskDialog;

Description

Contains the the task dialog instance (TTaskDialog) which owns the form instance. The value for the member is passed as an argument to the CreateNew constructor. Re-implements the Owner property defined in the TComponent ancestor.

See also

TTaskDialog

  

Implements a task dialog.

TComponent.Owner