general lazarus question
i am updating a number of tlabel fields with real time data but have to use wine64 to run the program (for transparency reasons using jamie/KodeZwerg SetWindowLongPtr/SetLayeredWindowAttributes code using wine64 in linux)
(lulu's alphablend/alphablendvalue code didn't seem to work in linux or wine64)
the wine64 takes a lot resources it seems so is thee a faster nore economical compenent to use just for text updating besides tlabel
i can't tell which is better tlabel tmemo tlist or tedit because of the real time nature of updaing them
maybe someone who know intrinsics of the components can give me an idea which is best -> which is smallest code wise and fastest to update