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