DesignIntf.TDragTarget.Designer
Delphi
property Designer: IDesigner read FDesigner;
C++
__property _di_IDesigner Designer = {read=FDesigner};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | DesignIntf.pas DesignIntf.hpp |
DesignIntf | TDragTarget |
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.