Vcl.ComCtrls.TAnimateParams
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.