|
RAD Studio VCL Reference
|
TShellResources provides forwards compability for programs that use system animations in Windows Vista.
TShellResources = class(TComponent);
class TShellResources : public TComponent;
Windows Vista shell animations are no longer accessible outside of the system; programs must now store local copies of these animations instead of linking to them as was done in the past.
Placing TShellResources onto a form copies the following system animation resources into the program:
TShellResources should only be used in programs that are run on Vista and use animations from the common library, otherwise this function adds unneeded overhead.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|