TcxRTTIInspector Class
A runtime Object Inspector control.
Declaration
TcxRTTIInspector = class(
TcxCustomRTTIInspector
)
Remarks
The runtime Object Inspector (or RTTI Inspector) component is designed to display and customize properties of the bound component (a TComponent descendant) at runtime, similar to the design-time Object Inspector available in the Embarcadero RAD Studio® IDE.
Main API Members
The list below outlines key members of the TcxRTTIInspector
class that allow you to configure the runtime Object Inspector control.
- Bind a TComponent descendant to the RTTI Inspector control (InspectedObject).
- Apply conditional formatting rules (ConditionalFormatting).
- Identify if the control has focus (IsFocused).
- Move focus between rows (FocusedRow).
- Configure the control’s look & feel settings (LookAndFeel).
- Customize appearance and behavior settings (OptionsView and OptionsBehavior).
- Scroll content in code (TopVisibleRowIndex).
- Avoid excessive redraw operations during batch setting changes (BeginUpdate, CancelUpdate, and EndUpdate).
- Expand or collapse all nodes (FullExpand and FullCollapse).
Inheritance
See Also