Pascal code section types
Source position: pascodegen.pp line 39
type TCodeSection = ( |
||
csUnknown, |
|
Unknown section type |
csConst, |
|
Constants section |
csType, |
|
Types section |
csVar, |
|
Variables section |
csResourcestring, |
|
Resource strings section |
csDeclaration |
|
General declarations section |
); |
|
Ensure code is in specified section |
|
|
Current code section type |