FMX.TabControl.TTabItem.AfterPaint

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

Delphi

procedure AfterPaint; override;

C++

virtual void __fastcall AfterPaint();

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.TabControl.pas
FMX.TabControl.hpp
FMX.TabControl TTabItem

説明

描画処理後、Canvas プロパティを復元します。

FMX.TabControl.TTabItem.AfterPaint は FMX.Controls.TControl.AfterPaint を継承しています。以下の内容はすべて FMX.Controls.TControl.AfterPaint を参照しています。

描画処理後、Canvas プロパティを復元します。

TControl での実装の通り、AfterPaint は何も行いません。

TControlTShape 下位クラスは、AfterPaint をオーバーライドして、Dash および Thickness をデフォルト値に復元します。

関連項目