[Overview][Constants][Types][Classes][Procedures and functions][Index] |
TFPPenStyleSet - set of TFPPenStyle
Source position: fpcanvas.pp line 106
type TFPPenStyleSet = set of ( |
||
psSolid, |
|
|
psDash, |
|
|
psDot, |
|
|
psDashDot, |
|
|
psDashDotDot, |
|
|
psinsideFrame, |
|
|
psPattern, |
|
|
psClear |
|
|
); |
lazarus-ccr.sourceforge.net |