Suppose I have standard menu, list action and standard action Open linked to TRichViewEdit contol. I opened a file by menu action Open and i would like to know how i can get path to the file from TRichViewEdit control ?
rvActionSave1.GetDoc(RichViewEdit1) returns information about the document opened in RichViewEdit1. It has properties:
- FileName
- FileFormat
- Defined (if False, this is a new document with a temporal file name, not saved yet)