FMX.Header.THeaderItem.DoSplitterMouseMove
Delphi
procedure DoSplitterMouseMove(Sender: TObject; Shift: TShiftState; X, Y: Single);
C++
void __fastcall DoSplitterMouseMove(System::TObject* Sender, System::Classes::TShiftState Shift, float X, float Y);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | FMX.Header.pas FMX.Header.hpp |
FMX.Header | THeaderItem |
Description
Called automatically when the right splitter of this header is moved. This means that the current column in resized.
This method is used internally.