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

TGraphic.SetTransparent

Sets the value for the Transparent property.

Declaration

Source position: graphics.pp line 803

protected procedure TGraphic.SetTransparent(

  Value: Boolean

); virtual; abstract;

Arguments

Value

  

New value for the property.

Description

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

See also

TGraphic.Transparent

  

Transparent - Some parts of the image are not opaque. i.e. the background can be seen through.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.