Vcl.Controls.TAnimateWindowProc
Delphi
TAnimateWindowProc = function(hWnd: HWND; dwTime: DWORD; dwFlags: DWORD): BOOL; {$IFNDEF CLR}stdcall;{$ENDIF}
C++
typedef System::LongBool __stdcall (*TAnimateWindowProc)(HWND hWnd, unsigned dwTime, unsigned dwFlags);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | Vcl.Controls.pas Vcl.Controls.hpp |
Vcl.Controls | Vcl.Controls |
Description
TAnimateWindowProc is the type of a function that is called each time a window is animated.
TAnimateWindowProc is an internal type used by the Visual Component Library. Do not use TAnimateWindowProc directly.