RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TParaAttributes.LeftIndent Property

Specifies the indent, in pixels, of the paragraph relative to the left margin.

Pascal
property LeftIndent: Longint;
C++
__property Longint LeftIndent;

Use LeftIndent to indent a paragraph from the left margin of the entire body of text. LeftIndent is useful for making individual paragraphs stand out from the rest of the text.

Note: Adding bullets to a set of paragraphs by using the Numbering property also affects the left indentation.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!