IDE Window: Object Inspector

From Lazarus wiki
Revision as of 16:53, 13 July 2006 by Mattias2 (talk | contribs)
Jump to navigationJump to search

Deutsch (de) English (en) suomi (fi) 日本語 (ja)

The "Object Inspector" window allows you to explore and edit the properties of objects. Objects here are TPersistent descendants like a TForm or a TButton or a TOpenDialog.

On the top there is a tree showing the components of the currently edited designer form (or datamodule or frame or whatever).

The biggest part of the Object Inspector are the 3 property grids called 'Properties', 'Events' and 'Favorites'. Each property grid show a subset of the published properties of the selected components.

The Object Inspector is a useful tool for debugging your own programs. How to add the Object Inspector to your own programs is demonstrated in examples/objectinspector.

Popup Menu

Set to default

Undo

Jump to declaratikon

Cut

Copy

Paste

Delete

Show hints

Show component tree

Options