Vcl.RibbonActnMenus.TRibbonRecentDocuments

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

Vcl.Controls.TGraphicControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTRibbonRecentDocuments

Delphi

TRibbonRecentDocuments = class(TGraphicControl)

C++

class PASCALIMPLEMENTATION TRibbonRecentDocuments : public Vcl::Controls::TGraphicControl

プロパティ

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

説明

TGraphicControl は、すべての軽量コントロールの基底クラスです。

Vcl.RibbonActnMenus.TRibbonRecentDocuments は Vcl.Controls.TGraphicControl を継承しています。以下の内容はすべて Vcl.Controls.TGraphicControl を参照しています。

TGraphicControl は、すべての軽量コントロールの基底クラスです。

TGraphicControl は、キーボード入力を受け付けたり、他のコントロールを保有する機能の必要のない、シンプルで軽量なコントロールをサポートします。軽量コントロールは、Windows 画面オブジェクトをラップしていないので、TWinControl をベースとしたコントロールよりも、高速でより少ないリソースしか使用しません。

TGraphicControl は、コントロールの描画面にアクセスするための Canvas プロパティ、および、親コントロールが受信する描画リクエストに応えて呼び出される仮想 Paint メソッドを提供します。

コード サンプル