Unit 'whtml' Package
[Overview][Constants][Classes][Index] [#fcl]

THTMLWriter.EmitArea

Emits HTML textarea for multi-line input

Declaration

Source position: whtml.pp line 75

public procedure THTMLWriter.EmitArea(

  const Name: string;

  const Value: string;

  Rows: Integer;

  Cols: Integer

);

Arguments

Name

  

Textarea field name

Value

  

Textarea content text

Rows

  

Number of visible text rows

Cols

  

Number of visible character columns

Description

Emits an HTML TEXTAREA tag with specified rows and columns dimensions. The value is written as the content between opening and closing TEXTAREA tags.

See also

THTMLWriter.EmitInput

  

Emits HTML input field


Documentation generated on: Jan 16 2026