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

THtmSubmitButtonCustom2

Declaration

Source position: htmw.pas line 263

type THtmSubmitButtonCustom2 = record

  name: String;

  left: Integer;

  top: Integer;

  zindex: Integer;

  textcolor: String;

  bgcolor: String;

  border: TCssBorder;

  bordercolor: String;

  caption: String;

end;