Vcl.ComCtrls.TAnimateParams

From RAD Studio API Documentation
Jump to: navigation, search

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;
};

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!