<< Click to display table of contents >> TSRichViewEdit.StartEditing |
Begins editing the specified subdocument.
type
TSRVRichViewEditType = (srvrveMain, srvrveHeader, srvrveFooter);
function StartEditing(Editor: TSRVRichViewEditType): Boolean;
Editor |
Begins editing... |
srvrveMain |
RichViewEdit (main document) |
srvrveHeader |
RVHeader (page header for the current page) |
srvrveFooter |
RVFooter (page footer for the current page) |
This method changes value of ActiveEditor property.
See also: