DesignIntf.TDragTarget.Designer
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: DesignIntf.pas DesignIntf.hpp
| |
Unit: DesignIntf | |
Parent: TDragTarget |
Delphi
property Designer: IDesigner read FDesigner;
C++
__property _di_IDesigner Designer = {read=FDesigner};
Description
Represents the form designer that is associated with this TDragTarget instance.
A TDragTarget instance is associated with a form designer. You can access it with this property.