mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
Updated TemplatePro
This commit is contained in:
parent
99a521f354
commit
8ccf93c517
@ -120,6 +120,12 @@ type
|
||||
TTProCompiledTemplateGetValueEvent = reference to procedure(const DataSource, Members: string; var Value: TValue;
|
||||
var Handled: Boolean);
|
||||
|
||||
{$IF CompilerVersion < 36}
|
||||
{ Before Delphi 12 Athens, PFormatSettings wasn't defined}
|
||||
PFormatSettings = ^TFormatSettings;
|
||||
{$ENDIF}
|
||||
|
||||
|
||||
ITProCompiledTemplate = interface
|
||||
['{0BE04DE7-6930-456B-86EE-BFD407BA6C46}']
|
||||
function Render: String;
|
||||
|
Loading…
Reference in New Issue
Block a user