API:FMX.Types.TDragObject

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TDragObject = record
    Source: TObject;
    Files: array of string;
    Data: TValue;
  end;

C++

struct DECLSPEC_DRECORD TDragObject
{
private:
    typedef System::DynamicArray<System::UnicodeString> _TDragObject__1;
public:
    System::TObject* Source;
    _TDragObject__1 Files;
    System::Rtti::TValue Data;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !