Vcl.ComCtrls.TParaAttributes.FirstIndent
Delphi
property FirstIndent: Longint read GetFirstIndent write SetFirstIndent;
C++
__property int FirstIndent = {read=GetFirstIndent, write=SetFirstIndent, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TParaAttributes |
Description
Specifies the indent, in pixels, of the first line of the paragraph relative to the left margin.
Use FirstIndent to specify the number of pixels to indent the first line of the paragraph. This value is relative to the value of LeftIndent.
See Also
Code Examples