Vcl.ComCtrls.TComboExItem.Indent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Indent: Integer read FIndent write FIndent default -1;

C++

__property int Indent = {read=FIndent, write=FIndent, default=-1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TComboExItem

Description

Indicate the number of pixels by which the item appears indented in the combo box list.

Use Indent to cause the item to appear indented in the list portion of the combo box. If Indent is –1, the item does not appear indented. If Indent is non-negative, it indicates the number of pixels by which to indent the item.