TCustomRichView.GetCheckpointYEx

<< Click to display table of contents >>

TCustomRichView.GetCheckpointYEx

Returns vertical coordinate of the checkpoint CheckpointData

function GetCheckpointYEx(

  CheckpointData: TCheckpointData): TRVCoord;

Coordinate is relative to the top of the document (top of scrollable area)

You can use the returned value to scroll document to this checkpoint.

This method must be called only when the document is formatted.

See also methods:

GetCheckpointY;

GetCheckpointXY;

ScrollTo.

See also:

"Checkpoints";

Vertical scrolling.