Source position: htmw.pas line 303
type THtmEdit = record
name: String;
readonly: Boolean;
maxlength: Integer;
size: Integer;
text: String;
end;