API:FMX.ListBox.TCustomListBox.AfterPaint

提供:RAD Studio API Documentation

Delphi

procedure AfterPaint; override;

C++

virtual void __fastcall AfterPaint();

プロパティ

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

説明

描画処理後、Canvas プロパティを復元します。 {{#multireplace:FMX.ListBox.TCustomListBox.AfterPaint|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:FMX.Controls.TControl.AfterPaint|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:FMX.Controls.TControl.AfterPaint|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

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

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

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

関連項目