Unit 'fpmustache' Package
[Overview][Constants][Types][Classes][Index] [#fcl-mustache]

TMustache

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

Declaration

Source position: fpmustache.pp line 289

type TMustache = class(TComponent)

protected

  procedure DoGetPartial(); virtual;

  procedure Reset; virtual;

  function CreatePartials;

  function CreateParser(); virtual;

  property Compiled: TMustacheElement; [r]

  property CompiledPartials: TMustachePartialList; [r]

public

  constructor Create(); override;

  destructor Destroy; override;

  procedure Compile;

  procedure Dump();

  procedure Render();

  class function CreateMustache(); virtual;

published

  property Template: TMustacheString; [rw]

  property OnGetValue: TGetTextValueEvent; [rw]

  property StartTag: TMustacheString; [rw]

  property StopTag: TMustacheString; [rw]

  property Partials: TStrings; [rw]

end;

Inheritance

TMustache

|

TObject


Documentation generated on: 2023-03-18