|
![]() [ View full size screenshot ] |
| Version | Date Released | Status | Release Notes |
| 4.0 | Dec 5, 2011 | New Release | The objects (TStringList, TRealList, TPointList and TRMatrix) now have their own functions and procedures, and many of those functions and procedures called objects, are now integrated in the object: so if SL is a TStringList type, before there was to add a string the procedure SLAdd, and was: SLAdd (SL, 'A string')now no longer exists SLAdd, and instead there is the procedure Add integrated in the TStringList, thus the result is: SL.Add ('A string')but there is a procedure with the same name to add numbers to a TRealList, so for an object RL, like this: RL.Add (12)obviously: · RL.Add ('A string')produce an error message. Renaming list: For lists: · LClear -> Clear · LCount -> Count · SLAdd / RLAdd / PLAddP -> Add · SLAddStrings / RLAddNums / PLAddPoints -> AddItems · SLIndexOf / RLIndexOf -> IndexOf · SLGetItem / RLGetItem / PLGetItem -> GetItem SLSetItem / RLSetItem -> SetItemFor lists and TRMatrix: · LLoadedFFile / RMLoadedFFile -> LoadedFFile · LSavedToFile / RMSavedToFile -> Saved |
![]() TrueSpace Model, texture, light, animate and render 3D content |
![]() Sweet Home 3D A free interior design application helping you placing your furniture |