Vcl.Graphics.TFontRecall

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

System.Classes.TRecallSystem.TObjectTFontRecall

Delphi

TFontRecall = class(TRecall)

C++

class PASCALIMPLEMENTATION TFontRecall : public System::Classes::TRecall

プロパティ

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

説明

TFontRecall は TFont オブジェクトのプロパティを格納および復元します。

TFontRecall を使用すると,TFont オブジェクトの現在の状態を格納できます。フォントオブジェクトの現在の状態は自由に変更できます。フォントオブジェクトを元の状態に戻す場合,TFontRecall オブジェクトの解放以外に必要な処理はありません。これで,TFont オブジェクトが保存されたプロパティ値に自動的に戻されます。

TFontRecall インスタンスを更新して TFont オブジェクトの現在のプロパティを反映するには,Store メソッドを呼び出します。TFontRecall デストラクタに TFont オブジェクトを更新させないようにするには,Forget メソッドを呼び出します。

関連項目