Unit 'Img32.SVG.Writer' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pl_image32]

TBaseElWriter

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

Declaration

Source position: Img32.SVG.Writer.pas line 39

type TBaseElWriter = class

protected

  Id: string;

  

  function Write; virtual;

  

  function WriteHeader; virtual;

  

  function WriteContent; virtual;

  

  property Indent: string; [r]

  

  property Parent: TBaseElWriter; [r]

  

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  function AddChild();

  

  procedure DeleteChild();

  

  procedure Clear; virtual;

  

end;

Inheritance

TBaseElWriter

  

|

TObject



CT Web help

CodeTyphon Studio