LANSA V14
Is it possible to define our own interfaces ? (like PRIM_LIBI.IStringIntrinsics)
Search found 3 matches
- Fri Feb 08, 2019 7:46 pm
- Forum: Questions & Answers
- Topic: Define our own interfaces
- Replies: 0
- Views: 34077
- Fri Feb 08, 2019 7:41 pm
- Forum: Questions & Answers
- Topic: Determine Dynamically the interfaces implemented by a component
- Replies: 0
- Views: 21334
Determine Dynamically the interfaces implemented by a component
LANSA V14
We can use the *IS operator to perform type testing of component reference variables.
For example: #VariableA *IS #ClassName
Did you know if exist an operator which determine if a component implements a specific interface ?
Or How we can check if a component implements a specific ...
We can use the *IS operator to perform type testing of component reference variables.
For example: #VariableA *IS #ClassName
Did you know if exist an operator which determine if a component implements a specific interface ?
Or How we can check if a component implements a specific ...
- Fri Feb 08, 2019 7:19 pm
- Forum: Questions & Answers
- Topic: DateTime field visualization
- Replies: 1
- Views: 5427
DateTime field visualization
Lansa V14SP1 VLWeb
To display date fields, we are using the default visualization of DATEX, #DATEX.Visual which is #PRIM_EVDT.
The control claims that it displays dates in d/M/yyyy format (readonly property FormatText displays this as its value) but as you can see in the attached picture the actual ...
To display date fields, we are using the default visualization of DATEX, #DATEX.Visual which is #PRIM_EVDT.
The control claims that it displays dates in d/M/yyyy format (readonly property FormatText displays this as its value) but as you can see in the attached picture the actual ...