TCustomRichViewEdit.GetCurrentItemVAlign

<< Click to display table of contents >>

TCustomRichViewEdit.GetCurrentItemVAlign

Returns vertical alignment (position relative to the line) of the item at the caret position

function GetCurrentItemVAlign: TRVVAlign;

(introduced in version 12)

The same as TopLevelEditor.GetItemVAlign(TopLevelEditor.CurItemNo).

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

This method must not be called if the current item is one of: text items, tables, breaks, tabs, list markers, footnotes and endnotes.

See also methods:

SetCurrentItemVAlign.

See also properties:

CurItemNo.