I want to know how I can change the properties of an object ( for example the text of a textbox ). I know it must be like a setter but what is it or where can i find the list of them??
Thanks at advance
For label do: Label->Caption = "Whatever i want here"
The Form->Caption = "???" set the text in the blue line in a form to show ???
Look in the help for the object and check out the properties and simply do the 'SomeObject->Property = The_data'.
In the 'Functions' tab You can see what the object can do:
FileOpenBox->Execute() (or whatever)
Hmmmmm...i hope you get the idea, my time is limited so i have to write it better another time.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.