DesignIntf.TRegisterDragTargetProc

From RAD Studio API Documentation

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

Delphi

TRegisterDragTargetProc = procedure(const SourceName: string;
TargetClass: TDragTargetClass);

C++

typedef void __fastcall (*TRegisterDragTargetProc)(const System::UnicodeString SourceName, TDragTargetClass TargetClass);

Description

Embarcadero Technologies does not currently have any additional information.