[Overview][Constants][Types][Classes][Procedures and functions] Reference for unit 'HTMw' (#powtils_extras)

THtmEdit

Declaration

Source position: htmw.pas line 303

type THtmEdit = record

  name: String;

  readonly: Boolean;

  maxlength: Integer;

  size: Integer;

  text: String;

end;