Record TPartEnumerator

Unit

Declaration

type TPartEnumerator = record

Description

Enumerator for text parts

Overview

Methods

Public function GetNext: boolean;
Public class function New(ALayout: TBidiTextLayout; AParagraphIndex: integer; ASubBrokenIndex: integer; ASubPartIndex: integer; AEndPartIndex: integer): TPartEnumerator; static;

Properties

Public property BrokenLineIndex: integer read FBrokenLineIndex;
Public property BrokenLineInfo: PBrokenLineInfo read FCurBroken;
Public property Layout: TBidiTextLayout read FLayout;
Public property ParagraphIndex: integer read FParagraphIndex;
Public property PartIndex: integer read FPartIndex;
Public property PartInfo: PPartInfo read GetPartInfo;

Description

Methods

Public function GetNext: boolean;

This item has no description.

Public class function New(ALayout: TBidiTextLayout; AParagraphIndex: integer; ASubBrokenIndex: integer; ASubPartIndex: integer; AEndPartIndex: integer): TPartEnumerator; static;

This item has no description.

Properties

Public property BrokenLineIndex: integer read FBrokenLineIndex;

This item has no description.

Public property BrokenLineInfo: PBrokenLineInfo read FCurBroken;

This item has no description.

Public property Layout: TBidiTextLayout read FLayout;

This item has no description.

Public property ParagraphIndex: integer read FParagraphIndex;

This item has no description.

Public property PartIndex: integer read FPartIndex;

This item has no description.

Public property PartInfo: PPartInfo read GetPartInfo;

This item has no description.