DesignIntf.TDragTargetClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDragTargetClass = class of TDragTarget;

C++

typedef System::TMetaClass* TDragTargetClass;

Properties

Type Visibility Source Unit Parent
classref
typedef
public
DesignIntf.pas
DesignIntf.hpp
DesignIntf DesignIntf

Description

Class of TDragTarget.

TDragTargetClass represents the class of the TDragTarget class.

See Also