FMX.Maps.TCustomMapView.Resize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Resize; override;

C++

virtual void __fastcall Resize();

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Maps.pas
FMX.Maps.hpp
FMX.Maps TCustomMapView

Description

OnResize event dispatcher.

FMX.Maps.TCustomMapView.Resize inherits from FMX.Controls.TControl.Resize. All content below this line refers to FMX.Controls.TControl.Resize.

OnResize event dispatcher.

A control calls Resize when the dimensions of the control change.

Derived classes can override the protected Resize method to implement specific responses to control resizing.

See Also