Push section onto section stack
Source position: pascodegen.pp line 81
public procedure TPascalCodeGenerator.PushSection( |
ASection: TCodeSection = csUnknown |
); |
ASection |
|
Section type to push |
PushSection pushes a section onto the internal section stack. This allows nesting of sections and later restoration using TPascalCodeGenerator.PopSection.
|
Pop section from section stack |
|
|
Pascal code section types |