Source position: htmw.pas line 365
type THtmMemo = record
name: String;
rows: Integer;
cols: Integer;
text: String;
readonly: Boolean;
end;