Difference between revisions of "TES5Edit Scripting Functions"
Jump to navigation
Jump to search
→Unsupported class methods: created
imported>DavidJCobb (→Pascal implementation: no TListView::ItemIndex) |
imported>DavidJCobb (→Unsupported class methods: created) |
||
Line 554: | Line 554: | ||
|- | |- | ||
|} | |} | ||
==== Unsupported class methods ==== | |||
* '''TList''' | |||
** AddRange | |||
** Reverse | |||
* '''TListView''' | |||
** Clear ''[use kListView.Items.Clear]'' |