[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TGraphic.SetWidth

Sets the value for the Width property.

Declaration

Source position: graphics.pp line 836

protected procedure TGraphic.SetWidth(

  Value: Integer

); virtual; abstract;

Arguments

Value

  

New value for the property.

Description

SetWidth is an abstract virtual method, and must be implemented in a descendent class.

See also

TGraphic.Width

  

Width - The native, unstretched, width of the graphic.


Version 3.2 Generated 2024-02-25 Home