DesignIntf.TDragTarget.Designer

From RAD Studio API Documentation
Jump to: navigation, search

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.