Quantcast
Viewing all articles
Browse latest Browse all 3600

How to reference a property on a container

I am having trouble setting a boolean property value to false. It is a property of a container on a desktop window. Named “Changed” it is set true any time a checkbox or textfield value is

Changed = False

When I set a breakpoint after that statement and look at the values of the container, Changed is still True.
I tried

Self.Changed = False

but nothing works.

.

8 posts - 5 participants

Read full topic


Viewing all articles
Browse latest Browse all 3600

Trending Articles