There are currently two versions, the v1 and v2!
v1 uses AHK built-in Object!
v2 uses "SimpleObject o(Function)"!
v2 is recommended over v1 because write\read objects from "SimpleObject o(Function)" to\from files can be easily done!
"SimpleObject o(Function)" allows "InsertAt()\RemoveAt()" to be used with "Associative Arrays"!
For example:
- "InsertAt(Col_2)" would automatically make the previous "Col_2" the new "Col_3", the previous "Col_3" the new "Col_4", and so on ...!
- "RemoveAt(Col_2)" would automatically make "Col_3" the new "Col_2", "Col_4" the new "Col_3", and so on ...!
Another Big Advantage is that objects from "SimpleObject o(Function)" are made of "Sections" and each section contains a set of "Key\value" pairs!
Download (v2.0 and v1.1):
http://www.mediafire.com/file/e5lz8hmihjalbk8/LV_AddEditRow_%2528Function%2529_-_v2.0_and_v1.1.rar/file
Keywords:
LV_AddEditRow(Function) - Add or Edit ListView Control Rows (AutoHotKey)
No comments:
Post a Comment