Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Object properties 1

Status
Not open for further replies.

lobodo44

Technical User
Sep 8, 2003
27
CA
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.

Totte
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top