"Strange" question.
I wrote a Sub (a method) to which I pass an object of type B4XTableColumn. I "must" color the cell borders of this column with the same color as the table, B4XTable's GridColor property (restore the color).
I can do this by passing the B4XTable to the method as well, but the question is as follows:
Is it possible to get the B4XTable that owns the passed B4XTableColumn, perhaps using reflection?
It's not clear to me which objects reflection can be used on in B4J (and B4A).
[B4XTable, as you know, has a public List variable (columns) that contains B4XTableColumn custom type objects]
I wrote a Sub (a method) to which I pass an object of type B4XTableColumn. I "must" color the cell borders of this column with the same color as the table, B4XTable's GridColor property (restore the color).
I can do this by passing the B4XTable to the method as well, but the question is as follows:
Is it possible to get the B4XTable that owns the passed B4XTableColumn, perhaps using reflection?
It's not clear to me which objects reflection can be used on in B4J (and B4A).
[B4XTable, as you know, has a public List variable (columns) that contains B4XTableColumn custom type objects]
Last edited: