default value to property in classes
Hi all,
I am creating a property in my class something like below. I want to initialize it to 0.00 this a default value.
Property currentLimit As %Numeric(SCALE = 2);
Product version: IRIS 2023.2
Hi all,
I am creating a property in my class something like below. I want to initialize it to 0.00 this a default value.
Property currentLimit As %Numeric(SCALE = 2);
InitialExpression is what you are looking for:
https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...