Vcl.ShellAnimations.TShellResources

提供: RAD Studio API Documentation
移動先: 案内検索

System.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTShellResources

Delphi

TShellResources = class(TComponent)

C++

class PASCALIMPLEMENTATION TShellResources : public System::Classes::TComponent

プロパティ

種類 可視性 ソース ユニット
class public
Vcl.ShellAnimations.pas
Vcl.ShellAnimations.hpp
Vcl.ShellAnimations Vcl.ShellAnimations


説明

TShellResources は、Windows Vista または Windows 7 でシステム アニメーションを使用するプログラムに上位互換性を提供します。

Windows Vista または Windows 7 のシェル アニメーションは、システムの外部からアクセスできなくなりました。プログラムは、これまでのようにアニメーションにリンクするのではなく、ローカルにこれらのアニメーションのコピーを格納する必要があります。

TShellResources をフォームに配置すると、以下のシステム アニメーション リソースがプログラムにコピーされます。

  • CopyFile.res
  • CopyFiles.res
  • DeleteFile.res
  • EmptyRecycle.res
  • FindComputer.res
  • FindFiles.res
  • FindFolder.res
  • RecycleFile.res

TShellResources は、Vista または Windows 7 で実行され、共有ライブラリからアニメーションを使用するプログラムにのみ使用してください。それ以外の場合は、必要のないオーバーヘッドを増やすだけです。

関連項目