You are not logged in.
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