API:Vcl.OleCtnrs.TCreateInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TCreateInfo = record

C++

struct DECLSPEC_DRECORD TCreateInfo
{
public:
    TCreateType CreateType;
    bool ShowAsIcon;
#ifndef _WIN64
    unsigned IconMetaPict;
#else /* _WIN64 */
    unsigned __int64 IconMetaPict;
#endif /* _WIN64 */
    Winapi::Activex::TCLSID ClassID;
    System::WideString FileName;
    _di_IDataObject DataObject;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
Vcl.OleCtnrs.pas
Vcl.OleCtnrs.hpp
Vcl.OleCtnrs Vcl.OleCtnrs

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 !