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

THtmMemoCustom

Declaration

Source position: htmw.pas line 340

type THtmMemoCustom = record

  name: String;

  rows: Integer;

  cols: Integer;

  textcolor: String;

  bgcolor: String;

  border: TCssBorder;

  bordercolor: String;

  text: String;

  readonly: Boolean;

end;