Vcl.Controls.TAnimateWindowProc

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::LongBool __stdcall (*TAnimateWindowProc)(HWND hWnd, unsigned dwTime, unsigned dwFlags);

Properties

Type Visibility Source Unit Parent
typedef public 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.