Listbox TypeDefault definition

A lot of XOJO definitions are industry standards.
The Listbox TypeDefault and Typenormal are not.
Does anyone have good ways of remembering the differences.

per the LR

TypeDefault uses the value of ColumnType while any other value overrides that.

So TypeDefault is Dynamic, while all the others are Static

[quote=414510:@Dave S]per the LR

TypeDefault uses the value of ColumnType while any other value overrides that.

So TypeDefault is Dynamic, while all the others are Static[/quote]

I don’t have that definition in my LR. It only states [quote]Default column type.[/quote]

Also Dynamic is Changing and Static is constant.

That doesn’t explain what happens to a cell. Is Default also editable?

Yes… Dynamic is changing… it changes based on what ColumnType happens to be
The others are Static… .they do not change and have their own specific meanings

Not well worded in my opinion, but the meaning is the same