Record TBrokenLineInfo
Unit
Declaration
type TBrokenLineInfo = record
Description
Information about a broken line (limited by layout with or a separator)
Overview
Fields
unbrokenLineIndex: integer; |
|
startIndex: integer; |
|
endIndex: integer; |
|
bidiLevel: byte; |
|
rectF: TRectF; |
|
usedWidth: single; |
|
firstPartIndex: integer; |
|
parts: array of TPartInfo; |
|
partCount: integer; |
Methods
function IsRightToLeft: boolean; |
Description
Fields
unbrokenLineIndex: integer; |
|
This item has no description. |
startIndex: integer; |
|
This item has no description. |
endIndex: integer; |
|
This item has no description. |
bidiLevel: byte; |
|
This item has no description. |
rectF: TRectF; |
|
This item has no description. |
usedWidth: single; |
|
This item has no description. |
firstPartIndex: integer; |
|
This item has no description. |
parts: array of TPartInfo; |
|
This item has no description. |
partCount: integer; |
|
This item has no description. |
Methods
function IsRightToLeft: boolean; |
|
This item has no description. |