Vcl.ComCtrls.TAnimateParams

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TAnimateParams = record
    FileName: string;
    CommonAVI: TCommonAVI;
    ResHandle: THandle;
    ResName: string;
    ResId: Integer;
  end;

C++

struct DECLSPEC_DRECORD TAnimateParams
{
public:
    System::UnicodeString FileName;
    TCommonAVI CommonAVI;
    NativeUInt ResHandle;
    System::UnicodeString ResName;
    int ResId;
};

Propriétés

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

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 !