wish Commonly Used Object/View Properties

reikhard

Member
Licensed User
Longtime User
wish Commonly Used Object/View Properties
please add properties to every object
could sound redundant but is a need when im using creation of views in run time,
also too many other things can come after that.

Properties:

Name
Index
Parent
ChildIndex
NumberOfChilds
Top
Left
Height
Width
Value
ObjectType
Color
FontColor
FontSize
Graphic

im always using tag for this properties
i have version 1.60 , so i dont know if is there
any library for this big need.

ex: if im able to search for a type of view and
assign a value will save us some time...
we could be able to modify everything programatically.

Thanks Erel thousand times Thanks
for i=0 to 999
msgbox ("thanks erel","")
next

PD: Sorry for my grammar mistakes if i have, my primary language is Spanish. And i dont know nothing of JAVA but any help will be appreciated, thanks again to Erel and everyone on this forum for the help.
 
Top