What is the name of property window in Delphi?
Answers
Hi,,,
Property window is the collective name for the following types of user interfaces (UIs):
Property sheet: used to view and change properties for an object or collection of objects in a dialog box.
Property inspector: used to view and change properties for an object or collection of objects in a pane.
Options dialog box: used to view and change options for an application.
While you are designing an application, it is important to always know what particular control is selected. Whenever you make changes, they are applied to the control that has focus.
A control that is selected or highlighted is described as having focus.
There are various techniques used to give focus to a control:
You can click the desired control
In the combo box on the upper section of the Object Inspector, you can select the desired control
Control Selection
You can select a control by clicking its name in the tree list of the Structure window
Structure
On the form, you can click one control, then press the up, the down, the right, and/or the left arrow keys to select a different control
To select a form, click an unoccupied area on the form. If the form is hidden, you can press F12 to toggle between the form and the code. If your application has more than one form, to display one of them, on the main menu, you can click View -> Forms and select the desired form from the list.
mark it as a brainlist