Skip to content
GR32>TCustomMap>SetWidthMethodProtected

TCustomMap.SetWidth

Protected write method for the Width property.

Declaration

pascal
procedure SetWidth(NewWidth: Integer); virtual;

Parameters

ParameterTypeDescription
NewWidthIntegerRequested width.

Description ​

SetWidth calls SetSize to update Width while preserving current Height.