Unit 'wformat' Package
[Overview][Constants][Types][Classes][Index] [#fcl]

TFormattingWriter.HeaderStart

Begins a header at the specified level

Declaration

Source position: wformat.pp line 50

public procedure TFormattingWriter.HeaderStart(

  Alevel: Integer

); virtual;

Arguments

Alevel

  

Header level (1 for top level, higher numbers for subheaders)

Description

Virtual method that begins header formatting at the specified level. Descendant classes should override this method to write format-specific header opening tags or formatting.

See also

TFormattingWriter.HeaderEnd

  

Ends a header at the specified level

TFormattingWriter.Header

  

Writes a complete header at the specified level


Documentation generated on: Jan 16 2026