sempare / sempare-delphi-template-engine

Sempare Template (scripting) Engine for Delphi allows for flexible dynamic text generation. It can be used for generating email, html, reports, source code, xml, configuration, etc.
Apache License 2.0
144 stars 18 forks source link

Calling methods on interfaces #194

Closed darnocian closed 1 month ago

darnocian commented 2 months ago

Unfortunately, properties cannot be dereferenced on interfaces. However, we can call the underlying methods on the object.

properties if defined to mirror that of the interface, can be dereferenced.

darnocian commented 2 months ago

a fix is in place, but not yet pushed

darnocian commented 1 month ago

will be in v1.8