FMX.Header.THeaderItem.DoLeftSplitterMouseMove

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoLeftSplitterMouseMove(Sender: TObject; Shift: TShiftState; X, Y: Single);

C++

void __fastcall DoLeftSplitterMouseMove(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 left splitter of this header is moved. This means that the previous column in resized.

This method is used internally.

See Also