Skip to content
GR32>TCustomMap>SetHeightMethodProtected

TCustomMap.SetHeight

Protected write method for the Height property.

Declaration

pascal
procedure SetHeight(NewHeight: Integer); virtual;

Parameters

ParameterTypeDescription
NewHeightIntegerRequested height.

Description ​

SetHeight calls SetSize to update Height while preserving current Width.