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

TCommonDialog.AttachTo (platform)

Declaration

Source position: dialogs.pp line 114

protected property TCommonDialog.AttachTo : TCustomForm
  read FAttachTo
  write FAttachTo;

Description

AttachTo is a platform-specific property which provides the form instance which created the dialog. It is used primarily for the MacOS Cocoa interface to provide the window handle needed for the platform.

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