Written by

Cofounder at snext
Question Blaise ZARKA · Feb 21, 2020

How to hide a property in Data Transformation UI?

Hi,

Is there a way to hide a property in Data Transformation UI in Interoperability for IRIS?
I would like the property not to appear in the list of available properties to set.

Thanks,
Blaise

Comments

Jeffrey Drumm · Feb 25, 2020

It appears as though the answer is no. I would think that the Private property keyword would be the most intuitive way to do this, but it does not appear to have any effect in the DTL editor.

0
Eduard Lebedyuk · Feb 25, 2020

Properties inherited from % classes and properties starting with %% are skipped in DTL.

Multidimensional properties are skipped in DTL.

Found official (but experimental - use at your own risk) way.

Your class should extend Ens.GenericObject and implement %EnumerateProperties method.

Documentation.

0