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

THtmEditCustom

Declaration

Source position: htmw.pas line 312

type THtmEditCustom = record

  name: String;

  textcolor: String;

  bgcolor: String;

  border: TCssBorder;

  bordercolor: String;

  readonly: Boolean;

  maxlength: Integer;

  size: Integer;

  text: String;

end;