Vcl.ComCtrls.TParaAttributes.Numbering

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Numbering: TNumberingStyle read GetNumbering write SetNumbering;

C++

__property TNumberingStyle Numbering = {read=GetNumbering, write=SetNumbering, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TParaAttributes

Description

Specifies whether the paragraph is one of a set of bulleted paragraphs.

To insert a bullet to the left of the paragraph, and indent the paragraph sufficiently to accommodate the bullet, set Numbering to nsBullet. If the LeftIndent property is set, bullets will appear at the indentation indicated by LeftIndent, and the body of the paragraph will be further indented to accommodate the bullets.

These are the possible values:



Value Meaning

nsNone

No numbering on the left.

nsBullet

Bullets on the left with sufficient indentation for the bullets.



See Also

Code Examples