Table of Contents

TInspectorButton Class

A special button control used in the inplace property editor.

Remarks

TInspectorButton is a graphic control used in conjunction with the inplace property editor. Depending on the value of ButtonType property, it will be displayed in a different way. The inspector button is displayed at the right of the inplace editor.

Syntax

Unit: InspectorControls

TInspectorButton = class(TCustomControl);

Properties

Name Description
ButtonType Specifies the type of the inspector button. The appearance of the button control is defined by this property.
Down Indicates if the button is pressed or not.