API:FMX.Grid.Style.TGridHeaderItem.Resizing

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Resizing; override;

C++

virtual void __fastcall Resizing();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.Style.pas
FMX.Grid.Style.hpp
FMX.Grid.Style TGridHeaderItem

Description

Virtual method to perform custom processing before the header item is resized.

FMX.Grid.Style.TGridHeaderItem.Resizing inherits from FMX.Header.THeaderItem.Resizing. All content below this line refers to FMX.Header.THeaderItem.Resizing.

Virtual method to perform custom processing before the header item is resized.

See Also