Tree component’s change event
When modifying a tree through its model, the change (selection changed) event won’t always fire as it should.
When modifying a tree through its model, the change (selection changed) event won’t always fire as it should.
When using an embedded font with a custom TextFormat, remember that the embedFonts property of the text field to which the TextFormat is being applied must be set to true. The property defaults to false, so just setting the format of a TextField to a TextFormat containing an embedded font isn’t sufficient for the embedded font to be used.
When changing the filter function on a DataSet, it is necessary to set the filtered property to false and then true again in order for the proper modelChanged event to be fired.