The TBrush
object is a helper object that represents the brush used to draw the background of the shape displayed by the TShape
component. Using the Color
property, you can get or set the brush color. The Style
property lets you specify the pattern of the background color.
To obtain the TBrush
object in your scripts, use the TShape.Brush
property.