Unit 'fpsvg.backend' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl-svg]

TSVGBackendRegistry

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

Declaration

Source position: fpsvg.backend.pp line 111

type TSVGBackendRegistry = class(TObject)

public

  constructor Create;

  destructor Destroy; override;

  procedure RegisterBackend();

  procedure UnRegisterBackend();

  function IndexOf();

  function FindBackend();

  function BackendByName();

  function CreateBackend();

  function CreateDefaultBackend;

  property Count: Integer; [r]

  property Names []: string; [r]

  property Backends []: TSVGRenderBackendClass; [r]

  property DefaultBackend: string; [rw]

end;

Inheritance

TSVGBackendRegistry

|

TObject


Documentation generated on: 2026-09-25