RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Controls.TAnimateWindowProc Type

TAnimateWindowProc is the type of a function that is called each time a window is animated.

Pascal
[SuppressUnmanagedCodeSecurity]
TAnimateWindowProc = function (hWnd: HWND; dwTime: DWORD; dwFlags: DWORD): BOOL;
C++
[SuppressUnmanagedCodeSecurity]
(hWnd: HWND; dwTime: DWORD; dwFlags: DWORD): BOOL ( TAnimateWindowProc)();

TAnimateWindowProc is an internal type used by the Visual Component Library. Do not use TAnimateWindowProc directly. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!