DesignIntf.TDragTargetClass

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
classref
typedef
Visibility: public
Source:
DesignIntf.pas
DesignIntf.hpp
Unit: DesignIntf
Parent: DesignIntf

Delphi

TDragTargetClass = class of TDragTarget;

C++

typedef System::TMetaClass* TDragTargetClass;

Description

Class of TDragTarget.

TDragTargetClass represents the class of the TDragTarget class.

See Also