| << Click to display table of contents >> TCustomRichViewEdit.SetCurrentItemVAlign | 
Changes vertical alignment (position relative to the line) of the item at the position of caret.
procedure SetCurrentItemVAlign(VAlign: TRVVAlign);
(introduced in version 12)
SetCurrentItemVAlign(VAlign) is equivalent to TopLevelEditor.SetItemVAlignEd(TopLevelEditor.CurItemNo, VAlign).
Method type:  editing-style.
 editing-style.
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:
See also properties:
See also: