#1 2024-12-09 10:46:24

youssef
Member
Registered: 2024-08-05
Posts: 7

What does the [property] property do in Mormot2?

Is it a feature that is available to use in my Mormot2 application?
example :

TMyClass = class(TOrm)
private
  [Default(42)]
  FMyProperty: Integer;
public
  property MyProperty: Integer read FMyProperty write FMyProperty;
end;
.

Offline

#2 2024-12-09 11:02:36

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,742
Website

Re: What does the [property] property do in Mormot2?

No attributes support yet.

Mainly because FPC does not support it in its stable branch, nor any older Delphi versions we do support.

Offline

Board footer

Powered by FluxBB