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

TShape.Shape

Indicates the geometric shape drawn in the control.

Declaration

Source position: extctrls.pp line 317

published property TShape.Shape : TShapeType
  read FShape
  write SetShape
  default stRectangle;

Description

Shape is a TShapeType property that specifies the geometric shape drawn in the control. See TShapeType for the values that can be assigned to the property.

See also

TShapeType

  

TShapeType is an enumerated type with values representing standard geometric shapes.


Version 3.2 Generated 2024-02-25 Home