Record TPartEnumerator
Unit
Declaration
type TPartEnumerator = record
Description
Enumerator for text parts
Overview
Methods
function GetNext: boolean; |
|
class function New(ALayout: TBidiTextLayout; AParagraphIndex: integer; ASubBrokenIndex: integer; ASubPartIndex: integer; AEndPartIndex: integer): TPartEnumerator; static; |
Properties
property BrokenLineIndex: integer read FBrokenLineIndex; |
|
property BrokenLineInfo: PBrokenLineInfo read FCurBroken; |
|
property Layout: TBidiTextLayout read FLayout; |
|
property ParagraphIndex: integer read FParagraphIndex; |
|
property PartIndex: integer read FPartIndex; |
|
property PartInfo: PPartInfo read GetPartInfo; |
Description
Methods
function GetNext: boolean; |
|
This item has no description. |
class function New(ALayout: TBidiTextLayout; AParagraphIndex: integer; ASubBrokenIndex: integer; ASubPartIndex: integer; AEndPartIndex: integer): TPartEnumerator; static; |
|
This item has no description. |
Properties
property BrokenLineIndex: integer read FBrokenLineIndex; |
|
This item has no description. |
property BrokenLineInfo: PBrokenLineInfo read FCurBroken; |
|
This item has no description. |
property Layout: TBidiTextLayout read FLayout; |
|
This item has no description. |
property ParagraphIndex: integer read FParagraphIndex; |
|
This item has no description. |
property PartIndex: integer read FPartIndex; |
|
This item has no description. |
property PartInfo: PPartInfo read GetPartInfo; |
|
This item has no description. |