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

StyleProperty

Declaration

Source position: htmw.pas line 201

type StyleProperty = record

  Prop_Name: String;

  Prop_Val: String;

  NextProperty: PStyleProperty;

end;