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

StyleElement

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: htmw.pas line 209

type StyleElement = object

  ElementName: String;

  Properties: PStyleProperty;

  NextElement: PStyleElement;

  constructor Create();

  destructor Destroy;

  procedure Write_Out;

  procedure InsertProperty();

end;

Inheritance

StyleElement