Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

2. Buttons-elicits simple response.

Properties:
1. Name-a name used to refer to a button control in the code.
2. Caption-sets the button text.

Assigning a Value to a Control Programmatically


To assign a value to an object property programmatically, use the ff. syntax:
Thisform.objectname.property=”value”
Thisform.objectname.property=value
3. Textbox
Accepts an input from the user.
Properties:
1. Name-a name used to refer to a textbox control in the code.
2. Value-sets/gets the textbox text..

You might also like