Unit 'gaSVG' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#bs_engines]

TgaBaseElWriter

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

Declaration

Source position: gasvg.pas line 893

type TgaBaseElWriter = class

protected

  Id: string;

  

  function Write; virtual;

  

  function WriteHeader; virtual;

  

  function WriteContent; virtual;

  

  property Indent: string; [r]

  

  property Parent: TgaBaseElWriter; [r]

  

public

  constructor Create(); virtual;

  

  destructor Destroy; override;

  

  function AddChild();

  

  procedure DeleteChild();

  

  procedure Clear; virtual;

  

end;

Inheritance

TgaBaseElWriter

  

|

TObject



CT Web help

CodeTyphon Studio