|
TCustomRichViewEdit.SetCurrentItemVAlign |
Top Previous Next |
|
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: 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: |