[Overview][Types][Classes][Procedures and functions][Index] |
TShapeType - enumerated type containing several standard geometric shapes
Source position: extctrls.pp line 259
type TShapeType = ( |
||
stRectangle, |
|
|
stSquare, |
|
|
stRoundRect, |
|
|
stRoundSquare, |
|
|
stEllipse, |
|
|
stCircle, |
|
|
stSquaredDiamond, |
|
|
stDiamond, |
|
|
stTriangle, |
||
stTriangleLeft, |
||
stTriangleRight, |
||
stTriangleDown, |
||
stStar, |
||
stStarDown |
||
); |
TShapeType - enumerated type containing several standard geometric shapes:
stRectangle stSquare stRoundRect stRoundSquare stEllipse stCircle stSquaredDiamond stDiamond
lazarus-ccr.sourceforge.net |