API:Vcl.ComCtrls.THeaderControl.OnSectionResize

提供:RAD Studio API Documentation

Delphi

property OnSectionResize: TSectionNotifyEvent read GetOnSectionResize  write SetOnSectionResize;

C++

__property TSectionNotifyEvent OnSectionResize = {read=GetOnSectionResize, write=SetOnSectionResize};

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls THeaderControl

説明

セクションのサイズ変更に応答します。 {{#multireplace:Vcl.ComCtrls.THeaderControl.OnSectionResize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} は {{#multireplace:Vcl.ComCtrls.TCustomHeaderControl.OnSectionResize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を継承しています。以下の内容はすべて {{#multireplace:Vcl.ComCtrls.TCustomHeaderControl.OnSectionResize|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} を参照しています。

セクションのサイズ変更に応答します。

OnSectionResize イベントは、ユーザーがヘッダー セクションをサイズ変更した際に発生します。 OnSectionResize は、ユーザーがマウス ボタンを離したときに発生します。

OnSectionResize は、Vcl.ComCtrls.TCustomSectionNotifyEvent 型のイベント ハンドラです。

関連項目